From 2c78c5e72e7e2b451c8d745ae16264c15234e950 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 12 Feb 2024 08:23:05 +0800 Subject: [PATCH] Remove stdsimd from flags.rs The commit removing stdsimd is rust-lang/rust@ea37e80 --- src/flags.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flags.rs b/src/flags.rs index 9040961..ecc819d 100644 --- a/src/flags.rs +++ b/src/flags.rs @@ -4270,7 +4270,6 @@ static EXPENSIVE_RUSTFLAGS: &[&[&str]] = &[ &[ "-Zcrate-attr=feature(std_internals)", "-Zcrate-attr=feature(stdio_makes_pipe)", - "-Zcrate-attr=feature(stdsimd)", "-Zcrate-attr=feature(step_trait)", "-Zcrate-attr=feature(strict_provenance)", "-Zcrate-attr=feature(strict_provenance_atomic_ptr)",