[PATCH] D146900: [docs][LangRef] Added minor update inside the `frem`. Fix : #61653
Benjamin Chetioui via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 02:14:53 PDT 2023
bchetioui added inline comments.
================
Comment at: llvm/docs/LangRef.rst:9586-9589
+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.
+
----------------
bchetioui wrote:
> Thanks for your patience. I propose the following rewrite for your change (or something to that effect). WDYT?
Seems like I am missing a linefeed after the last line, please add that too :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146900/new/
https://reviews.llvm.org/D146900
More information about the llvm-commits
mailing list