Skip to content

Commit 45b5dbb

Browse files
committed
Test with AVX512 enabled
1 parent 6046848 commit 45b5dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ pub fn target_features(sess: &Session, allow_unstable: bool) -> Vec<Symbol> {
316316
// gcc -march=native -Q --help=target
317317
#[cfg(feature="master")]
318318
{
319-
(_feature.contains("sse") || _feature.contains("avx")) && !_feature.contains("avx512")
319+
_feature.contains("sse") || _feature.contains("avx")
320320
}
321321
#[cfg(not(feature="master"))]
322322
{

0 commit comments

Comments
 (0)