remove usage of stdarch_x86_avx512 which is now stable
This commit is contained in:
parent
b32dd9bcec
commit
324e366b68
1 changed files with 0 additions and 4 deletions
|
|
@ -31,10 +31,6 @@
|
|||
any(target_arch = "powerpc", target_arch = "powerpc64"),
|
||||
feature(stdarch_powerpc)
|
||||
)]
|
||||
#![cfg_attr(
|
||||
all(target_arch = "x86_64", target_feature = "avx512f"),
|
||||
feature(stdarch_x86_avx512)
|
||||
)]
|
||||
#![warn(missing_docs, clippy::missing_inline_in_public_items)] // basically all items, really
|
||||
#![deny(
|
||||
unsafe_op_in_unsafe_fn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue