File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
10301031Neon 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
10321033before including the header:
10331034
10341035``` c
You can’t perform that action at this time.
0 commit comments