14
14
// Sections start with EXACTLY three slashes followed
15
15
// by AT LEAST one space . Sections are used for two things :
16
16
//
17
- // 1 ) they serve as the doc comment for the given intrinics .
17
+ // 1 ) they serve as the doc comment for the given intrinsics .
18
18
// 2 ) they reset all variables (name , fn , etc .)
19
19
//
20
20
// # Variables
29
29
// the function will exclusively be generated for
30
30
// aarch64 .
31
31
// This is used to generate both aarch64 specific and
32
- // shared intrinics by first only specifying th aarch64
32
+ // shared intrinsics by first only specifying th aarch64
33
33
// variant then the arm variant .
34
34
//
35
- // arm - The arm v7 intrinics used to checked for arm code
35
+ // arm - The arm v7 intrinsics used to checked for arm code
36
36
// generation . All neon functions available in arm are
37
- // also available in aarch64 . If no aarch64 intrinic was
37
+ // also available in aarch64 . If no aarch64 intrinsic was
38
38
// set they are assumed to be the same .
39
- // Intrinics ending with a `.` will have a size suffixes
39
+ // Intrinsics ending with a `.` will have a size suffixes
40
40
// added (such as `i8` or `i64` ) that is not sign specific
41
- // Intrinics ending with a `.s` will have a size suffixes
41
+ // Intrinsics ending with a `.s` will have a size suffixes
42
42
// added (such as `s8` or `u64` ) that is sign specific
43
43
//
44
44
// a - First input for tests , it gets scaled to the size of
@@ -7490,10 +7490,10 @@ aarch64 = sabal
7490
7490
generate int64x2_t :int32x4_t :int32x4_t :int64x2_t
7491
7491
7492
7492
// // // // // // // // // //
7493
- // Singned saturating Absolute value
7493
+ // Signed saturating Absolute value
7494
7494
// // // // // // // // // //
7495
7495
7496
- // / Singned saturating Absolute value
7496
+ // / Signed saturating Absolute value
7497
7497
name = vqabs
7498
7498
a = MIN , MAX , - 6 , - 5 , - 4 , - 3 , - 2 , - 1 , 0 , - 127 , 127 , 1 , 2 , 3 , 4 , 5
7499
7499
validate MAX , MAX , 6 , 5 , 4 , 3 , 2 , 1 , 0 , 127 , 127 , 1 , 2 , 3 , 4 , 5
@@ -7504,7 +7504,7 @@ link-arm = vqabs._EXT_
7504
7504
link - aarch64 = sqabs ._EXT_
7505
7505
generate int * _t
7506
7506
7507
- // / Singned saturating Absolute value
7507
+ // / Signed saturating Absolute value
7508
7508
name = vqabs
7509
7509
a = MIN , - 7
7510
7510
validate MAX , 7
0 commit comments