[llvm-commits] [llvm] r43078 - /llvm/trunk/docs/LangRef.html

Dan Gohman djg at cray.com
Wed Oct 17 11:05:13 PDT 2007


Author: djg
Date: Wed Oct 17 13:05:13 2007
New Revision: 43078

URL: http://llvm.org/viewvc/llvm-project?rev=43078&view=rev
Log:
Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is
assumed to globally mutate the spec.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=43078&r1=43077&r2=43078&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Wed Oct 17 13:05:13 2007
@@ -4606,9 +4606,7 @@
 <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 @@
 <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 @@
 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>
 
 





More information about the llvm-commits mailing list