Skip to content

Commit 09763cc

Browse files
committed
SME/SVE2.2 Remove conditions for being called by streaming/non-streaming code
1 parent 78c7dd0 commit 09763cc

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
@@ -13531,13 +13531,6 @@ when `__ARM_FEATURE_SVE2p2` or `__ARM_FEATURE_SME2p2` is defined, respectively.
1353113531

1353213532
Copy active vector elements to/from lower-numbered elements.
1353313533

13534-
These intrinsics can be called from streaming code only if the
13535-
`__ARM_FEATURE_SME2p2` feature macro is defined.
13536-
13537-
They can be called from non-streaming code if the `__ARM_FEATURE_SVE2p2` feature
13538-
macro is defined or both the `__ARM_FEATURE_SVE` and `__ARM_FEATURE_SME2p2`
13539-
feature macros are defined.
13540-
1354113534
``` c
1354213535
// Variants are available for:
1354313536
// _s8, _s16, _u16, _mf8, _bf16, _f16
@@ -13554,12 +13547,6 @@ feature macros are defined.
1355413547

1355513548
Scalar index of first/last true predicate element (predicated).
1355613549

13557-
These intrinsics can be called from streaming mode if either of the feature
13558-
macros `__ARM_FEATURE_SVE` or `__ARM_FEATURE_SME` are defined.
13559-
13560-
They can be called from non-streaming code only if the `__ARM_FEATURE_SVE`
13561-
feature macro is defined.
13562-
1356313550
``` c
1356413551
// Variants are available for:
1356513552
// _b16, _b32, _b64
@@ -13571,7 +13558,6 @@ feature macro is defined.
1357113558

1357213559
```
1357313560

13574-
1357513561
### SME2 maximum and minimum absolute value
1357613562

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

0 commit comments

Comments
 (0)