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 2c7db29 commit d5650f2Copy full SHA for d5650f2
testable-simd-models/src/core_arch/x86/tests/avx2.rs
@@ -2,7 +2,7 @@ use super::upstream;
2
use crate::abstractions::bitvec::BitVec;
3
use crate::helpers::test::HasRandom;
4
5
-/// Derives tests for a given intrinsics. Test that a given intrisics and its model compute the same thing over random values (1000 by default).
+/// Derives tests for a given intrinsics. Test that a given intrinsics and its model compute the same thing over random values (1000 by default).
6
macro_rules! mk {
7
($([$N:literal])?$name:ident$({$(<$($c:literal),*>),*})?($($x:ident : $ty:ident),*)) => {
8
#[test]
0 commit comments