Skip to content

Commit 6f11d88

Browse files
authored
Fix incorrect naming of __ARM_FEATURE_SVE2p1 (#338)
In one instance, it was incorrectly named `__ARM_FEATURE_SVE2.1`.
1 parent e98f3ba commit 6f11d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/acle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12197,7 +12197,7 @@ extended in the future.
1219712197

1219812198
The functions in this section are defined by either the header file
1219912199
[`<arm_sve.h>`](#arm_sve.h) or [`<arm_sme.h>`](#arm_sme.h)
12200-
when `__ARM_FEATURE_SVE2.1` or `__ARM_FEATURE_SME2` is defined, respectively.
12200+
when `__ARM_FEATURE_SVE2p1` or `__ARM_FEATURE_SME2` is defined, respectively.
1220112201

1220212202
These intrinsics can only be called from non-streaming code if
1220312203
`__ARM_FEATURE_SVE2p1` is defined. They can only be called from streaming code

0 commit comments

Comments
 (0)