Rollup merge of #47822 - gnzlbg:patch-1, r=alexcrichton
Whitelist aes x86 feature flag Required to fix https://github.com/rust-lang-nursery/stdsimd/issues/295 in stdsimd. Closes #44544 . r? @alexcrichton
This commit is contained in:
commit
003254e105
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const X86_WHITELIST: &'static [&'static str] = &["avx\0", "avx2\0", "bmi\0", "bm
|
|||
"ssse3\0", "tbm\0", "lzcnt\0", "popcnt\0",
|
||||
"sse4a\0", "rdrnd\0", "rdseed\0", "fma\0",
|
||||
"xsave\0", "xsaveopt\0", "xsavec\0",
|
||||
"xsaves\0",
|
||||
"xsaves\0", "aes\0",
|
||||
"avx512bw\0", "avx512cd\0",
|
||||
"avx512dq\0", "avx512er\0",
|
||||
"avx512f\0", "avx512ifma\0",
|
||||
|
|
Loading…
Add table
Reference in a new issue