Skip to content

Commit

Permalink
whitelist x86 fxsr feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Jan 17, 2018
1 parent da569fa commit 86d6301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_trans/llvm_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ const X86_WHITELIST: &'static [&'static str] = &["avx\0", "avx2\0", "bmi\0", "bm
"avx512dq\0", "avx512er\0",
"avx512f\0", "avx512ifma\0",
"avx512pf\0", "avx512vbmi\0",
"avx512vl\0", "avx512vpopcntdq\0", "mmx\0"];
"avx512vl\0", "avx512vpopcntdq\0",
"mmx\0", "fxsr\0"];

const HEXAGON_WHITELIST: &'static [&'static str] = &["hvx\0", "hvx-double\0"];

Expand Down

0 comments on commit 86d6301

Please sign in to comment.