From 8e367f19384eedb408610cb783123e2e6eb4d8e8 Mon Sep 17 00:00:00 2001 From: Steven Gu Date: Wed, 7 Feb 2024 20:15:13 +0800 Subject: [PATCH] Delete `stdsimd` feature. --- field/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/field/src/lib.rs b/field/src/lib.rs index d0806bc8fd..c35441bdb7 100644 --- a/field/src/lib.rs +++ b/field/src/lib.rs @@ -3,7 +3,6 @@ #![allow(clippy::type_complexity)] #![allow(clippy::len_without_is_empty)] #![allow(clippy::needless_range_loop)] -#![feature(stdsimd)] #![feature(specialization)] #![cfg_attr(not(test), no_std)]