Skip to content

Commit 377ad8d

Browse files
avx2
1 parent 2f62221 commit 377ad8d

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use super::upstream;
22
use crate::abstractions::bitvec::BitVec;
33
use crate::helpers::test::HasRandom;
4+
use super::types::*;
45

56
/// Derives tests for a given intrinsics. Test that a given intrinsics and its model compute the same thing over random values (1000 by default).
67
macro_rules! mk {

0 commit comments

Comments
 (0)