Skip to content

Commit

Permalink
Fix incorrect naming of __ARM_FEATURE_SVE2p1 (#338)
Browse files Browse the repository at this point in the history
In one instance, it was incorrectly named `__ARM_FEATURE_SVE2.1`.
  • Loading branch information
vhscampos committed Sep 3, 2024
1 parent e98f3ba commit 6f11d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12197,7 +12197,7 @@ extended in the future.

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

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

0 comments on commit 6f11d88

Please sign in to comment.