mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Add stdarch_x86_avx512 feature
This commit is contained in:
parent
53c5bc3e95
commit
692a9e35d0
@ -4,6 +4,7 @@
|
|||||||
#![deny(rustdoc::broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
#![feature(specialization)]
|
#![feature(specialization)]
|
||||||
|
#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
|
||||||
#![cfg_attr(not(test), no_std)]
|
#![cfg_attr(not(test), no_std)]
|
||||||
#![cfg(not(test))]
|
#![cfg(not(test))]
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user