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.
frem
1 parent 88d6c44 commit 70e03bdCopy full SHA for 70e03bd
llvm/docs/LangRef.rst
@@ -9586,7 +9586,13 @@ Overview:
9586
"""""""""
9587
9588
The '``frem``' instruction returns the remainder from the division of
9589
-its two operands.
+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
9596
9597
Arguments:
9598
""""""""""
0 commit comments