We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d98c46 commit 72015cfCopy full SHA for 72015cf
llvm/docs/LangRef.rst
@@ -16162,9 +16162,11 @@ trapping or setting ``errno``.
16162
The first result is the fractional part of the operand and the second result is
16163
the integral part of the operand. Both results have the same sign as the operand.
16164
16165
-Not including exceptional inputs (listed below), `llvm.modf.*` is semantically
+Not including exceptional inputs (listed below), ``llvm.modf.*`` is semantically
16166
equivalent to:
16167
16168
+::
16169
+
16170
%fp = frem <fptype> %x, 1.0 ; Fractional part
16171
%ip = fsub <fptype> %x, %fp ; Integral part
16172
0 commit comments