We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f62221 commit 377ad8dCopy full SHA for 377ad8d
testable-simd-models/src/core_arch/x86/tests/avx2.rs
@@ -1,6 +1,7 @@
1
use super::upstream;
2
use crate::abstractions::bitvec::BitVec;
3
use crate::helpers::test::HasRandom;
4
+use super::types::*;
5
6
/// Derives tests for a given intrinsics. Test that a given intrinsics and its model compute the same thing over random values (1000 by default).
7
macro_rules! mk {
0 commit comments