summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-10-17 18:05:13 +0000
committerDan Gohman <gohman@apple.com>2007-10-17 18:05:13 +0000
commitd0806a050823c16800ccc2159138660ad67a712d (patch)
tree902711e3749c63a9d0b6f028feeaadbc4329a3be /llvm/docs
parent0f7a2d2dd1cb7a2ef964656bffa02f82aa335b90 (diff)
downloadbcm5719-llvm-d0806a050823c16800ccc2159138660ad67a712d.tar.gz
bcm5719-llvm-d0806a050823c16800ccc2159138660ad67a712d.zip
Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is
assumed to globally mutate the spec. llvm-svn: 43078
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index d21057b5d30..51aae884055 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -4606,9 +4606,7 @@ The argument and return value are floating point numbers of the same type.
<p>
This function returns the sine of the specified operand, returning the
same values as the libm <tt>sin</tt> functions would, and handles error
-conditions in the same way, unless the --enable-unsafe-fp-math is enabled
-during code generation, in which case the result may have different
-precision and if any errors occur the behavior is undefined.</p>
+conditions in the same way.</p>
</div>
<!-- _______________________________________________________________________ -->
@@ -4647,9 +4645,7 @@ The argument and return value are floating point numbers of the same type.
<p>
This function returns the cosine of the specified operand, returning the
same values as the libm <tt>cos</tt> functions would, and handles error
-conditions in the same way, unless the --enable-unsafe-fp-math is enabled
-during code generation, in which case the result may have different
-precision and if any errors occur the behavior is undefined.</p>
+conditions in the same way.</p>
</div>
<!-- _______________________________________________________________________ -->
@@ -4691,9 +4687,7 @@ raise to that power.
This function returns the first value raised to the second power,
returning the
same values as the libm <tt>pow</tt> functions would, and handles error
-conditions in the same way, unless the --enable-unsafe-fp-math is enabled
-during code generation, in which case the result may have different
-precision and if any errors occur the behavior is undefined.</p>
+conditions in the same way.</p>
</div>
OpenPOWER on IntegriCloud