[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
Sun Mar 26 00:57:40 PDT 2023


aabhinavg updated this revision to Diff 508386.
aabhinavg added a comment.

done some minor 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,10 @@
 """""""""
 
 The '``frem``' instruction returns the remainder from the division of
-its two operands.
+its two operands. On some target, such as X86, the instruction is 
+implemented as call to '``libm``' '``fmod``' function, but the 
+output is equivalent to the mathematical remainder.
+
 
 Arguments:
 """"""""""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146900.508386.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230326/638d958a/attachment.bin>


More information about the llvm-commits mailing list