From ba83b7eb402e1beac51f0f31099d5e3c522e3088 Mon Sep 17 00:00:00 2001
From: Dan Gohman
This function returns the sine of the specified operand, returning the
same values as the libm sin 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.
This function returns the cosine of the specified operand, returning the same values as the libm cos 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.
+conditions in the same way. @@ -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 pow 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. +conditions in the same way. -- 2.34.1