From 244668b1f79b296c3ccd303217bbf628cc032eaa Mon Sep 17 00:00:00 2001 From: ultrabear Date: Wed, 13 Aug 2025 08:56:50 -0700 Subject: [PATCH] change unconditional x86-64-v4 reliance to the former x86-64-v2 reliance --- src/arch/x86.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86.rs b/src/arch/x86.rs index 8af0c86..08a8b4a 100644 --- a/src/arch/x86.rs +++ b/src/arch/x86.rs @@ -229,7 +229,7 @@ impl ArchOps for X86Ops { #[rustversion::since(1.89)] #[inline] - #[target_feature(enable = "avx512f,avx512vl")] + #[target_feature(enable = "sse4.1")] unsafe fn xor3_vectors( &self, a: Self::Vector,