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 af49b73 commit 412e11cCopy full SHA for 412e11c
testable-simd-models/src/core_arch/arm_shared/tests/neon.rs
@@ -2,7 +2,7 @@
2
use super::upstream;
3
use crate::abstractions::funarr::FunArray;
4
use crate::helpers::test::HasRandom;
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