Skip to content

Commit 451613f

Browse files
committed
Fix formatting
1 parent f62559e commit 451613f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16156,13 +16156,13 @@ the argument type in a struct.
1615616156
Semantics:
1615716157
""""""""""
1615816158

16159-
This is equivalent to the `llvm.sincos.*` intrinsic where the argument has been
16159+
This is equivalent to the ``llvm.sincos.*`` intrinsic where the argument has been
1616016160
multiplied by pi, however, it computes the result more accurately especially
1616116161
for large input values.
1616216162

1616316163
.. note::
1616416164

16165-
Currently, the default lowering of this intrinsic relies on the `sincospi[f|l]`
16165+
Currently, the default lowering of this intrinsic relies on the ``sincospi[f|l]``
1616616166
functions being available in the target's runtime (e.g. libc).
1616716167

1616816168
When specified with the fast-math-flag 'afn', the result may be approximated

0 commit comments

Comments
 (0)