Skip to content

Commit 6eb8516

Browse files
authored
[main] Fix anchor for arm_sve.h. (#206)
Previously, all the references to the section `<arm_sve.h>` were missed in the web version of the specs because Jenkins was generating the anchor as `arm_sveh` instead of `arm_sve.h`.
1 parent 9b3d8a0 commit 6eb8516

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main/acle.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,10 @@ to be included, if the header files are available:
752752
* [`<arm_fp16.h>`](#arm_fp16.h)
753753
* [`<arm_bf16.h>`](#arm_bf16.h)
754754

755+
<!-- Do not remove the following `span`, it is needed to create an
756+
anchor that can be referred via an internal hyperlink to the section
757+
following it. --><span id="arm_sve.h"></span>
758+
755759
### `<arm_sve.h>`
756760

757761
`<arm_sve.h>` defines data types and intrinsics for SVE and its

0 commit comments

Comments
 (0)