-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Escape vertical bar for proper rendering in HTML
The vertical bar is interpreted as a table column separator by the HTML generator. Escaping the bar fixes the issue.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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. | ||
|