Skip to content

Commit d5650f2

Browse files
Update testable-simd-models/src/core_arch/x86/tests/avx2.rs
Co-authored-by: maximebuyse <[email protected]>
1 parent 2c7db29 commit d5650f2

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/avx2.rs

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

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).
5+
/// Derives tests for a given intrinsics. Test that a given intrinsics and its model compute the same thing over random values (1000 by default).
66
macro_rules! mk {
77
($([$N:literal])?$name:ident$({$(<$($c:literal),*>),*})?($($x:ident : $ty:ident),*)) => {
88
#[test]

0 commit comments

Comments
 (0)