Skip to content

Commit

Permalink
Escape vertical bar for proper rendering in HTML
Browse files Browse the repository at this point in the history
The vertical bar is interpreted as a table column separator by the HTML
generator. Escaping the bar fixes the issue.
  • Loading branch information
vhscampos committed Jan 15, 2024
1 parent 0de08fd commit d6d2e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc: true
---

<!--
SPDX-FileCopyrightText: Copyright 2011-2023 Arm Limited and/or its affiliates <[email protected]>
SPDX-FileCopyrightText: Copyright 2011-2024 Arm Limited and/or its affiliates <[email protected]>
SPDX-FileCopyrightText: Copyright 2022 Google LLC.
CC-BY-SA-4.0 AND Apache-Patent-License
See LICENSE.md file for details
Expand Down Expand Up @@ -114,7 +114,7 @@ about Arm’s trademarks.

## Copyright

* Copyright 2011-2023 Arm Limited and/or its affiliates <[email protected]>.
* Copyright 2011-2024 Arm Limited and/or its affiliates <[email protected]>.
* Copyright 2022 Google LLC.

## About this document
Expand Down Expand Up @@ -5429,7 +5429,7 @@ Armv8.4-A:
* New SHA3 crypto instructions (available if `__ARM_FEATURE_SHA3`)
* SM3 crypto instructions (available if `__ARM_FEATURE_SM3`)
* SM4 crypto instructions (available if `__ARM_FEATURE_SM4`)
* New FML[A|S] instructions (available if `__ARM_FEATURE_FP16_FML`).
* New FML[A\|S] instructions (available if `__ARM_FEATURE_FP16_FML`).

These instructions have been backported as optional instructions to Armv8.2-A
and Armv8.3-A.
Expand Down

0 comments on commit d6d2e9b

Please sign in to comment.