[docs][LangRef] Added minor update inside the `frem`. Fix : #61653
authoraabhinavg <tiwariabhinavak@gmail.com>
Mon, 17 Apr 2023 14:48:38 +0000 (20:18 +0530)
committeraabhinavg <tiwariabhinavak@gmail.com>
Mon, 17 Apr 2023 15:08:29 +0000 (20:38 +0530)
Added minor update inside the `frem`. Fix : #61653

Differential Revision: https://reviews.llvm.org/D146900

llvm/docs/LangRef.rst

index 2c220a9..89ea451 100644 (file)
@@ -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:
 """"""""""