[llvm] f8f329a - Fix the LLVM Sphinx build
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 04:57:33 PST 2023
Author: Aaron Ballman
Date: 2023-02-24T07:57:25-05:00
New Revision: f8f329a224d8323dcc1fe20a71c87d6025480055
URL: https://github.com/llvm/llvm-project/commit/f8f329a224d8323dcc1fe20a71c87d6025480055
DIFF: https://github.com/llvm/llvm-project/commit/f8f329a224d8323dcc1fe20a71c87d6025480055.diff
LOG: Fix the LLVM Sphinx build
This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/32299
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index fc7029bd1477..c61e07046d0c 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -4613,19 +4613,18 @@ The fields used by CP for code objects before V3 also match those specified in
.. table:: Floating Point Denorm Mode Enumeration Values
:name: amdgpu-amdhsa-floating-point-denorm-mode-enumeration-values-table
- ====================================== ===== ==============================
+ ====================================== ===== ====================================
Enumeration Name Value Description
- ====================================== ===== ==============================
- FLOAT_DENORM_MODE_FLUSH_SRC_DST 0 Flush Source and Destination
- Denorms
+ ====================================== ===== ====================================
+ FLOAT_DENORM_MODE_FLUSH_SRC_DST 0 Flush Source and Destination Denorms
FLOAT_DENORM_MODE_FLUSH_DST 1 Flush Output Denorms
FLOAT_DENORM_MODE_FLUSH_SRC 2 Flush Source Denorms
FLOAT_DENORM_MODE_FLUSH_NONE 3 No Flush
- ====================================== ===== ==============================
+ ====================================== ===== ====================================
- Denormal flushing is sign respecting. i.e. the behavior expected
- by ``"denormal-fp-math"="preserve-sign"``. The behavior is
- undefined with ``"denormal-fp-math"="positive-zero"``
+ Denormal flushing is sign respecting. i.e. the behavior expected by
+ ``"denormal-fp-math"="preserve-sign"``. The behavior is undefined with
+ ``"denormal-fp-math"="positive-zero"``
..
More information about the llvm-commits
mailing list