/[classpath]/classpath/native/target/generic/target_generic_math_float.h
ViewVC logotype

Diff of /classpath/native/target/generic/target_generic_math_float.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rupp, Thu Jul 10 08:13:57 2003 UTC revision 1.5 by rupp, Tue Jul 22 16:16:52 2003 UTC
# Line 81  extern "C" { Line 81  extern "C" {
81    #include <math.h>    #include <math.h>
82    #define TARGET_NATIVE_MATH_FLOAT_FLOAT_ISINF(f) isinf(f)    #define TARGET_NATIVE_MATH_FLOAT_FLOAT_ISINF(f) isinf(f)
83  #endif  #endif
84    #ifndef TARGET_NATIVE_MATH_FLOAT_FLOAT_FINITE
85      #include <math.h>
86      #define TARGET_NATIVE_MATH_FLOAT_FLOAT_FINITE(f) finite(f)
87    #endif
88    
89  #ifndef TARGET_NATIVE_MATH_FLOAT_DOUBLE_ISNAN  #ifndef TARGET_NATIVE_MATH_FLOAT_DOUBLE_ISNAN
90    #include <math.h>    #include <math.h>
# Line 90  extern "C" { Line 94  extern "C" {
94    #include <math.h>    #include <math.h>
95    #define TARGET_NATIVE_MATH_FLOAT_DOUBLE_ISINF(d) isinf(d)    #define TARGET_NATIVE_MATH_FLOAT_DOUBLE_ISINF(d) isinf(d)
96  #endif  #endif
97    #ifndef TARGET_NATIVE_MATH_FLOAT_DOUBLE_FINITE
98      #include <math.h>
99      #define TARGET_NATIVE_MATH_FLOAT_DOUBLE_FINITE(d) finite(d)
100    #endif
101    
102  /* division, modulo operations (used to avoid unexcepted exceptions on some  /* division, modulo operations (used to avoid unexcepted exceptions on some
103     targets; generic codes are direct operations without checks)     targets; generic codes are direct operations without checks)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26