Add stdarch_x86_avx512 feature

This commit is contained in:
Jim Posen 2024-04-07 01:42:04 -04:00 committed by Jim Posen
parent 53c5bc3e95
commit 692a9e35d0

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;