[PATCH] D146900: [docs][LangRef] Added minor update inside the `frem`. Fix : #61653
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 26 07:21:04 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/docs/LangRef.rst:9603
This is the same output as a libm '``fmod``' function, but without any
possibility of setting ``errno``. The remainder has the same sign as the
dividend.
----------------
This doesn't seem to match with what you've added above - is x86 setting errno?
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