[llvm] 96dd50e - Fix LLVM Sphinx build
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 05:13:17 PDT 2023
Author: Aaron Ballman
Date: 2023-10-05T08:12:58-04:00
New Revision: 96dd50ee83a6da9d999fa9ca4fb3096584ee637a
URL: https://github.com/llvm/llvm-project/commit/96dd50ee83a6da9d999fa9ca4fb3096584ee637a
DIFF: https://github.com/llvm/llvm-project/commit/96dd50ee83a6da9d999fa9ca4fb3096584ee637a.diff
LOG: Fix LLVM Sphinx build
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index f99c3f38cc4743b..9dd635e1850c00b 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3457,6 +3457,7 @@ case; they are guaranteed to return a QNaN.
Unfortunately, due to hard-or-impossible-to-fix issues, LLVM violates its own
specification on some architectures:
+
- x86-32 without SSE2 enabled may convert floating-point values to x86_fp80 and
back when performing floating-point math operations; this can lead to results
with
diff erent precision than expected and it can alter NaN values. Since
More information about the llvm-commits
mailing list