Skip to content

Commit

Permalink
Merge pull request #1566 from jimpo/avx512-feature
Browse files Browse the repository at this point in the history
Add stdarch_x86_avx512 feature
  • Loading branch information
muursh authored Apr 15, 2024
2 parents d74121c + 692a9e3 commit 2566321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2566321

Please sign in to comment.