Skip to content

Commit 72015cf

Browse files
MacDueIcohedron
authored andcommitted
[LangRef] Fix some formatting issues (NFC) (llvm#126224)
Fixes codeblock and inline code formatting for the `llvm.modf.*` intrinsic.
1 parent 4d98c46 commit 72015cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16162,9 +16162,11 @@ trapping or setting ``errno``.
1616216162
The first result is the fractional part of the operand and the second result is
1616316163
the integral part of the operand. Both results have the same sign as the operand.
1616416164

16165-
Not including exceptional inputs (listed below), `llvm.modf.*` is semantically
16165+
Not including exceptional inputs (listed below), ``llvm.modf.*`` is semantically
1616616166
equivalent to:
1616716167

16168+
::
16169+
1616816170
%fp = frem <fptype> %x, 1.0 ; Fractional part
1616916171
%ip = fsub <fptype> %x, %fp ; Integral part
1617016172

0 commit comments

Comments
 (0)