Ticket #499: ieee-atan2.patch
File ieee-atan2.patch, 376 bytes (added by darbelo, 13 years ago) |
---|
-
config/gen/platform/openbsd/math.c
26 26 */ 27 27 28 28 #include <math.h> 29 #ifdef _IEEE_ 29 30 30 31 _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; 31 32 33 #endif 34 32 35 #if DOUBLE_SIZE == 2 * INT_SIZE 33 36 /* 34 37