Skip to content

Commit

Permalink
AMDGPU: Document denormal behavior
Browse files Browse the repository at this point in the history
Not sure this is the right place for it next to the table.
  • Loading branch information
arsenm committed Feb 24, 2023
1 parent 5da6744 commit c0db240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/docs/AMDGPUUsage.rst
Expand Up @@ -4623,6 +4623,10 @@ The fields used by CP for code objects before V3 also match those specified in
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"``

..

.. table:: System VGPR Work-Item ID Enumeration Values
Expand Down

0 comments on commit c0db240

Please sign in to comment.