Skip to content

Commit 484a81a

Browse files
Fix nit left undone in PR321 (ARM-software#344)
* Fix nit left undone in PR321 Bug report: ARM-software#340
1 parent e938350 commit 484a81a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/acle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
404404
level of the [Function Multi Versioning](#function-multi-versioning).
405405
* Added [**Alpha**](#current-status-and-anticipated-changes)
406406
support for SME2.1 (FEAT_SME2p1).
407+
* Removed requirement to add preprocessor guards for header files.
407408

408409
* Added specifications for floating-point absolute minimum
409410
and maximum intrinsics (FEAT_FAMINMAX).
@@ -1028,7 +1029,7 @@ Including `<arm_sve.h>` also includes the following header files:
10281029

10291030
`<arm_neon_sve_bridge.h>` defines intrinsics for moving data between
10301031
Neon and SVE vector types; see [NEON-SVE Bridge](#neon-sve-bridge)
1031-
for details. The `__ARM_NEON_SVE_BRIDGE` macro should be tested
1032+
for details. The `__ARM_NEON_SVE_BRIDGE` macro should be tested
10321033
before including the header:
10331034

10341035
``` c

0 commit comments

Comments
 (0)