File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -9053,6 +9053,11 @@ Interleave elements from halves of each pair of quadword vector segments.
90539053
90549054### SVE2 maximum and minimum absolute value
90559055
9056+ The intrinsics in this section are defined by the header file
9057+ [`<arm_sve.h>`](#arm_sve.h) when either `__ARM_FEATURE_SVE2` or
9058+ `__ARM_FEATURE_SME2` is defined to 1, and `__ARM_FEATURE_FAMINMAX`
9059+ is defined to 1.
9060+
90569061#### FAMAX
90579062
90589063Floating-point absolute maximum (predicated).
@@ -9083,6 +9088,11 @@ Floating-point absolute minimum (predicated).
90839088
90849089### SVE2 lookup table
90859090
9091+ The intrinsics in this section are defined by the header file
9092+ [`<arm_sve.h>`](#arm_sve.h) when either `__ARM_FEATURE_SVE2` or
9093+ `__ARM_FEATURE_SME2` is defined to 1, and `__ARM_FEATURE_LUT`
9094+ is defined to 1.
9095+
90869096#### LUTI2
90879097
90889098Lookup table read with 2-bit indices.
@@ -12402,6 +12412,10 @@ While (resulting in predicate tuple)
1240212412
1240312413### SME2 maximum and minimum absolute value
1240412414
12415+ The intrinsics in this section are defined by the header file
12416+ [`<arm_sme.h>`](#arm_sme.h) when `__ARM_FEATURE_SME2` is defined to 1
12417+ and `__ARM_FEATURE_FAMINMAX` is defined to 1.
12418+
1240512419#### FAMAX
1240612420
1240712421Absolute maximum.
@@ -12424,6 +12438,9 @@ Absolute minimum.
1242412438
1242512439### SME2 lookup table
1242612440
12441+ The intrinsics in this section are defined by the header file
12442+ [`<arm_sme.h>`](#arm_sme.h) when `__ARM_FEATURE_SME_LUTv2` is defined to 1.
12443+
1242712444#### MOVT
1242812445
1242912446Move vector register to ZT0.
You can’t perform that action at this time.
0 commit comments