Rollup merge of #48965 - alexcrichton:add-sha-feature, r=eddyb
rustc: Add `sha` to the x86 feature whitelist This'll help us bind the [`SHA` intrinsics][intr] in stdsimd! [intr]: https://software.intel.com/sites/landingpage/IntrinsicsGuide/#othertechs=SHA
This commit is contained in:
commit
bf270bb66a
@ -92,6 +92,7 @@ const X86_WHITELIST: &'static [&'static str] = &["aes", "avx", "avx2", "avx512bw
|
||||
"bmi1", "bmi2", "fma", "fxsr",
|
||||
"lzcnt", "mmx", "pclmulqdq",
|
||||
"popcnt", "rdrand", "rdseed",
|
||||
"sha",
|
||||
"sse", "sse2", "sse3", "sse4.1",
|
||||
"sse4.2", "sse4a", "ssse3",
|
||||
"tbm", "xsave", "xsavec",
|
||||
|
Loading…
x
Reference in New Issue
Block a user