remove usage of stdarch_x86_avx512 which is now stable

This commit is contained in:
Folkert de Vries 2026-01-28 00:58:05 +01:00
parent b32dd9bcec
commit 324e366b68
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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,