[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 07:54:55 PDT 2023
aabhinavg updated this revision to Diff 514241.
aabhinavg added a comment.
Done the required fix
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
@@ -9583,7 +9583,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.514241.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/a8fbe5af/attachment.bin>
More information about the llvm-commits
mailing list