Skip to content

Commit

Permalink
Fix nit left undone in PR321 (#344)
Browse files Browse the repository at this point in the history
* Fix nit left undone in PR321

Bug report: #340
  • Loading branch information
CarolineConcatto authored Sep 4, 2024
1 parent e938350 commit 484a81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
level of the [Function Multi Versioning](#function-multi-versioning).
* Added [**Alpha**](#current-status-and-anticipated-changes)
support for SME2.1 (FEAT_SME2p1).
* Removed requirement to add preprocessor guards for header files.

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

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

``` c
Expand Down

0 comments on commit 484a81a

Please sign in to comment.