Skip to content

Commit ce8d0aa

Browse files
authored
Merge pull request #15 from ultrabear/fix/incorrect_target_features
change unconditional x86-64-v4 reliance to the former x86-64-v2 reliance
2 parents f1c9a3f + 244668b commit ce8d0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ impl ArchOps for X86Ops {
229229

230230
#[rustversion::since(1.89)]
231231
#[inline]
232-
#[target_feature(enable = "avx512f,avx512vl")]
232+
#[target_feature(enable = "sse4.1")]
233233
unsafe fn xor3_vectors(
234234
&self,
235235
a: Self::Vector,

0 commit comments

Comments
 (0)