[PATCH] D146900: [docs][LangRef] Added minor update inside the `frem`. Fix : #61653
Tiwari Abhinav Ashok Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 08:08:46 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe0f3110b854a: [docs][LangRef] Added minor update inside the `frem`. Fix : #61653 (authored by aabhinavg).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146900/new/
https://reviews.llvm.org/D146900
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -9586,7 +9586,13 @@
"""""""""
The '``frem``' instruction returns the remainder from the division of
-its two operands.
+its two operands.
+
+.. note::
+
+The instruction is implemented as a call to libm's '``fmod``'
+for some targets, and using the instruction may thus require linking libm.
+
Arguments:
""""""""""
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146900.514247.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/3cf860a8/attachment.bin>
More information about the llvm-commits
mailing list