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 66d89c7 commit af40445Copy full SHA for af40445
testable-simd-models/src/core_arch/x86/tests/ssse3.rs
@@ -3,7 +3,7 @@ use super::upstream;
3
use crate::abstractions::bitvec::BitVec;
4
use crate::helpers::test::HasRandom;
5
6
-/// 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).
7
macro_rules! mk {
8
($([$N:literal])?$name:ident$({$(<$($c:literal),*>),*})?($($x:ident : $ty:ident),*)) => {
9
#[test]
0 commit comments