Overview:
"""""""""
-The '``llvm.sqrt``' intrinsics return the sqrt of the specified operand,
+The '``llvm.sqrt``' intrinsics return the square root of the specified value,
returning the same value as the libm '``sqrt``' functions would, but without
trapping or setting ``errno``.
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""
-This function returns the sqrt of the specified operand if it is a
-nonnegative floating point number.
+This function returns the square root of the operand if it is a nonnegative
+floating point number.
'``llvm.powi.*``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""
Overview:
"""""""""
-The '``llvm.exp.*``' intrinsics perform the exp function.
+The '``llvm.exp.*``' intrinsics compute the base-e exponential of the specified
+value.
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""
Overview:
"""""""""
-The '``llvm.exp2.*``' intrinsics perform the exp2 function.
+The '``llvm.exp2.*``' intrinsics compute the base-2 exponential of the
+specified value.
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""
Overview:
"""""""""
-The '``llvm.log.*``' intrinsics perform the log function.
+The '``llvm.log.*``' intrinsics compute the base-e logarithm of the specified
+value.
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""
Overview:
"""""""""
-The '``llvm.log10.*``' intrinsics perform the log10 function.
+The '``llvm.log10.*``' intrinsics compute the base-10 logarithm of the
+specified value.
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""
Overview:
"""""""""
-The '``llvm.log2.*``' intrinsics perform the log2 function.
+The '``llvm.log2.*``' intrinsics compute the base-2 logarithm of the specified
+value.
Arguments:
""""""""""
-The argument and return value are floating point numbers of the same
-type.
+The argument and return value are floating point numbers of the same type.
Semantics:
""""""""""