Skip to content

Commit 5f3e66f

Browse files
committed
SME/SVE2.2 Remove conditions for being called by streaming/non-streaming code
1 parent cf954ff commit 5f3e66f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

main/acle.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13481,13 +13481,6 @@ when `__ARM_FEATURE_SVE2p2` or `__ARM_FEATURE_SME2p2` is defined, respectively.
1348113481

1348213482
Copy active vector elements to/from lower-numbered elements.
1348313483

13484-
These intrinsics can be called from streaming code only if the
13485-
`__ARM_FEATURE_SME2p2` feature macro is defined.
13486-
13487-
They can be called from non-streaming code if the `__ARM_FEATURE_SVE2p2` feature
13488-
macro is defined or both the `__ARM_FEATURE_SVE` and `__ARM_FEATURE_SME2p2`
13489-
feature macros are defined.
13490-
1349113484
``` c
1349213485
// Variants are available for:
1349313486
// _s8, _s16, _u16, _mf8, _bf16, _f16
@@ -13504,12 +13497,6 @@ feature macros are defined.
1350413497

1350513498
Scalar index of first/last true predicate element (predicated).
1350613499

13507-
These intrinsics can be called from streaming mode if either of the feature
13508-
macros `__ARM_FEATURE_SVE` or `__ARM_FEATURE_SME` are defined.
13509-
13510-
They can be called from non-streaming code only if the `__ARM_FEATURE_SVE`
13511-
feature macro is defined.
13512-
1351313500
``` c
1351413501
// Variants are available for:
1351513502
// _b16, _b32, _b64
@@ -13521,7 +13508,6 @@ feature macro is defined.
1352113508

1352213509
```
1352313510

13524-
1352513511
### SME2 maximum and minimum absolute value
1352613512

1352713513
The intrinsics in this section are defined by the header file

0 commit comments

Comments
 (0)