Skip to content

Commit be022bd

Browse files
committed
File left out from last commit
1 parent f05c320 commit be022bd

File tree

1 file changed

+1
-3
lines changed
  • testable-simd-models/src/core_arch/x86/models

1 file changed

+1
-3
lines changed

testable-simd-models/src/core_arch/x86/models/avx2.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,7 @@ pub fn _mm256_and_si256(a: __m256i, b: __m256i) -> __m256i {
916916
simd_and(BitVec::to_i64x4(a), BitVec::to_i64x4(b)).into()
917917
}
918918

919-
pub fn _mm256_set1_epi8(val: i8) -> BitVec<256> {
920-
BitVec::from_i8x32(i8x32::from_fn(|_| val))
921-
}
919+
922920

923921
/// Computes the bitwise NOT of 256 bits (representing integer data)
924922
/// in `a` and then AND with `b`.

0 commit comments

Comments
 (0)