Merge pull request #1566 from jimpo/avx512-feature

Add stdarch_x86_avx512 feature
This commit is contained in:
Ben 2024-04-15 23:38:59 +04:00 committed by GitHub
commit 2566321774
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(missing_debug_implementations)]
#![feature(specialization)]
#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
#![cfg_attr(not(test), no_std)]
#![cfg(not(test))]
extern crate alloc;