Skip to content

Commit af40445

Browse files
Update testable-simd-models/src/core_arch/x86/tests/ssse3.rs
Co-authored-by: maximebuyse <[email protected]>
1 parent 66d89c7 commit af40445

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use super::upstream;
33
use crate::abstractions::bitvec::BitVec;
44
use crate::helpers::test::HasRandom;
55

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).
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).
77
macro_rules! mk {
88
($([$N:literal])?$name:ident$({$(<$($c:literal),*>),*})?($($x:ident : $ty:ident),*)) => {
99
#[test]

0 commit comments

Comments
 (0)