Skip to content

Commit 70e03bd

Browse files
aabhinavg1Ferdinand Lemaire
authored andcommitted
[docs][LangRef] Added minor update inside the frem. Fix : llvm#61653
Added minor update inside the `frem`. Fix : llvm#61653 Differential Revision: https://reviews.llvm.org/D146900
1 parent 88d6c44 commit 70e03bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9586,7 +9586,13 @@ Overview:
95869586
"""""""""
95879587

95889588
The '``frem``' instruction returns the remainder from the division of
9589-
its two operands.
9589+
its two operands.
9590+
9591+
.. note::
9592+
9593+
The instruction is implemented as a call to libm's '``fmod``'
9594+
for some targets, and using the instruction may thus require linking libm.
9595+
95909596

95919597
Arguments:
95929598
""""""""""

0 commit comments

Comments
 (0)