Skip to content

Commit 73a5b75

Browse files
[fixup] Associate feature test macros with intrinsics
1 parent 62da029 commit 73a5b75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

main/acle.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9075,6 +9075,11 @@ Interleave elements from halves of each pair of quadword vector segments.
90759075

90769076
### SVE2 maximum and minimum absolute value
90779077

9078+
The intrinsics in this section are defined by the header file
9079+
[`<arm_sve.h>`](#arm_sve.h) when either `__ARM_FEATURE_SVE2` or
9080+
`__ARM_FEATURE_SME2` is defined to 1, and `__ARM_FEATURE_FAMINMAX`
9081+
is defined to 1.
9082+
90789083
#### FAMAX
90799084

90809085
Floating-point absolute maximum (predicated).
@@ -9105,6 +9110,11 @@ Floating-point absolute minimum (predicated).
91059110

91069111
### SVE2 lookup table
91079112

9113+
The intrinsics in this section are defined by the header file
9114+
[`<arm_sve.h>`](#arm_sve.h) when either `__ARM_FEATURE_SVE2` or
9115+
`__ARM_FEATURE_SME2` is defined to 1, and `__ARM_FEATURE_LUT`
9116+
is defined to 1.
9117+
91089118
#### LUTI2
91099119

91109120
Lookup table read with 2-bit indices.
@@ -12459,6 +12469,10 @@ While (resulting in predicate tuple)
1245912469

1246012470
### SME2 maximum and minimum absolute value
1246112471

12472+
The intrinsics in this section are defined by the header file
12473+
[`<arm_sme.h>`](#arm_sme.h) when `__ARM_FEATURE_SME2` is defined to 1
12474+
and `__ARM_FEATURE_FAMINMAX` is defined to 1.
12475+
1246212476
#### FAMAX
1246312477

1246412478
Absolute maximum.
@@ -12481,6 +12495,9 @@ Absolute minimum.
1248112495

1248212496
### SME2 lookup table
1248312497

12498+
The intrinsics in this section are defined by the header file
12499+
[`<arm_sme.h>`](#arm_sme.h) when `__ARM_FEATURE_SME_LUTv2` is defined to 1.
12500+
1248412501
#### MOVT
1248512502

1248612503
Move vector register to ZT0.

0 commit comments

Comments
 (0)