Skip to content

Commit b30a578

Browse files
committed
Added feature macro for FEAT_SSVE_FEXPA
1 parent c5d821b commit b30a578

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: main/acle.md

+6
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
458458
* Added feature test macro for FEAT_SSVE_BitPerm.
459459
* Upgrade to [**Beta**] (#current-status-and-anticipated-changes)
460460
support for modal 8-bit floating point intrinsics.
461+
* Added feature test macro for FEAT_SSVE_FEXPA.
461462

462463
### References
463464

@@ -2365,6 +2366,10 @@ the SVE2 bit permute instructions in Streaming SVE mode (FEAT_SSVE_BitPerm) and
23652366

23662367
<span id="16-bit-to-64-bit-integer-widening-outer-product-intrinsics"></span>
23672368

2369+
#### Streaming SVE FEXPA extension
2370+
2371+
`__ARM_FEATURE_SSVE_FEXPA` is defined to 1 if there is hardware support for the SVE FEXPA instruction in Streaming SVE mode (FEAT_SSVE_FEXPA) and if the associated ACLE intrinsics are available.
2372+
23682373
#### 16-bit to 64-bit integer widening outer product intrinsics
23692374

23702375
The specification for SME is in
@@ -2625,6 +2630,7 @@ be found in [[BA]](#BA).
26252630
| [`__ARM_FEATURE_SVE2_AES`](#aes-extension) | SVE2 support for the AES cryptographic extension (FEAT_SVE_AES) | 1 |
26262631
| [`__ARM_FEATURE_SVE2_BITPERM`](#bit-permute-extension) | SVE2 bit permute extension | 1 |
26272632
| [`__ARM_FEATURE_SSVE_BITPERM`](#bit-permute-extension) | SVE2 bit permute extension | 1 |
2633+
| [`__ARM_FEATURE_SSVE_FEXPA`](#streaming-sve-fexpa-extension) | Streaming SVE FEXPA extension | 1 |
26282634
| [`__ARM_FEATURE_SVE2_SHA3`](#sha3-extension) | SVE2 support for the SHA3 cryptographic extension (FEAT_SVE_SHA3) | 1 |
26292635
| [`__ARM_FEATURE_SVE2_SM3`](#sm3-extension) | SVE2 support for the SM3 cryptographic extension (FEAT_SVE_SM3) | 1 |
26302636
| [`__ARM_FEATURE_SVE2_SM4`](#sm4-extension) | SVE2 support for the SM4 cryptographic extension (FEAT_SVE_SM4) | 1 |

0 commit comments

Comments
 (0)