mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
whitelist x86 fxsr feature
This commit is contained in:
@@ -85,7 +85,8 @@ unsafe fn configure_llvm(sess: &Session) {
|
||||
"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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user