[llvm] bf7a775 - [docs] fix normal fpclass mask
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 08:14:27 PDT 2024
Author: Nuno Lopes
Date: 2024-07-01T16:14:24+01:00
New Revision: bf7a7751456238c9f7eb42eb48306e986093ca01
URL: https://github.com/llvm/llvm-project/commit/bf7a7751456238c9f7eb42eb48306e986093ca01
DIFF: https://github.com/llvm/llvm-project/commit/bf7a7751456238c9f7eb42eb48306e986093ca01.diff
LOG: [docs] fix normal fpclass mask
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index edb362c617565..211fee5f008a0 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1527,7 +1527,7 @@ Currently, only the following parameter attributes are defined:
+-------+----------------------+---------------+
| inf | +/- infinity | 516 |
+-------+----------------------+---------------+
- | norm | +/- normal | 26 |
+ | norm | +/- normal | 264 |
+-------+----------------------+---------------+
| sub | +/- subnormal | 144 |
+-------+----------------------+---------------+
More information about the llvm-commits
mailing list