Skip to content

Commit

Permalink
[docs][LangRef] Added minor update inside the frem. Fix : #61653
Browse files Browse the repository at this point in the history
Added minor update inside the `frem`. Fix : #61653

Differential Revision: https://reviews.llvm.org/D146900
  • Loading branch information
aabhinavg1 committed Apr 17, 2023
1 parent e1d1da7 commit e0f3110
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9586,7 +9586,13 @@ Overview:
"""""""""

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:
""""""""""
Expand Down

0 comments on commit e0f3110

Please sign in to comment.