diff options
author | Dan Gohman <gohman@apple.com> | 2007-10-17 18:05:13 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-10-17 18:05:13 +0000 |
commit | ba83b7eb402e1beac51f0f31099d5e3c522e3088 (patch) | |
tree | fba2eba09187fe7d1a30457e65f2318a79b1a5df /docs/LangRef.html | |
parent | 3b7cf0aabafc1c7a89a5a978d4a4307c891027ce (diff) | |
download | external_llvm-ba83b7eb402e1beac51f0f31099d5e3c522e3088.zip external_llvm-ba83b7eb402e1beac51f0f31099d5e3c522e3088.tar.gz external_llvm-ba83b7eb402e1beac51f0f31099d5e3c522e3088.tar.bz2 |
Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is
assumed to globally mutate the spec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index d21057b..51aae88 100644 --- a/docs/LangRef.html +++ b/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> |