]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #47514 - gnzlbg:whitelist_x86_fxsr, r=rkruppe
authorkennytm <kennytm@gmail.com>
Wed, 17 Jan 2018 17:57:32 +0000 (01:57 +0800)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2018 17:57:32 +0000 (01:57 +0800)
commit5fade39c8811c04efd4e4b3783f8587a1cca9700
tree7c0645a6d63a20eeb7c2c3f2a0f81405f30b7b92
parent8b228025886c30479341a324dc9099ba74770b79
parent86d630104667dc7ce3e606bcccf910d4c11785db
Rollup merge of #47514 - gnzlbg:whitelist_x86_fxsr, r=rkruppe

whitelist x86 fxsr feature

https://github.com/rust-lang/rust/pull/47223 properly checks that only white-listed features are allowed in combination with `target_feature`, but the `fxsr` feature used by `stdsimd` was not white-listed.

r? @alexcrichton