1414// Sections start with EXACTLY three slashes followed
1515// by AT LEAST one space. Sections are used for two things:
1616//
17- // 1) they serve as the doc comment for the given intrinics .
17+ // 1) they serve as the doc comment for the given intrinsics .
1818// 2) they reset all variables (name, fn, etc.)
1919//
2020// # Variables
2929// the function will exclusively be generated for
3030// aarch64.
3131// 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
3333// variant then the arm variant.
3434//
35- // arm - The arm v7 intrinics used to checked for arm code
35+ // arm - The arm v7 intrinsics used to checked for arm code
3636// 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
3838// 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
4040// 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
4242// added (such as `s8` or `u64`) that is sign specific
4343//
4444// a - First input for tests, it gets scaled to the size of
@@ -7490,10 +7490,10 @@ aarch64 = sabal
74907490generate int64x2_t:int32x4_t:int32x4_t:int64x2_t
74917491
74927492////////////////////
7493- // Singned saturating Absolute value
7493+ // Signed saturating Absolute value
74947494////////////////////
74957495
7496- /// Singned saturating Absolute value
7496+ /// Signed saturating Absolute value
74977497name = vqabs
74987498a = MIN, MAX, -6, -5, -4, -3, -2, -1, 0, -127, 127, 1, 2, 3, 4, 5
74997499validate MAX, MAX, 6, 5, 4, 3, 2, 1, 0, 127, 127, 1, 2, 3, 4, 5
@@ -7504,7 +7504,7 @@ link-arm = vqabs._EXT_
75047504link-aarch64 = sqabs._EXT_
75057505generate int*_t
75067506
7507- /// Singned saturating Absolute value
7507+ /// Signed saturating Absolute value
75087508name = vqabs
75097509a = MIN, -7
75107510validate MAX, 7
0 commit comments