src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

Print this page
rev 7982 : 8074869: C2 code generator can replace -0.0f with +0.0f on Linux
Reviewed-by: kvn, simonis

*** 46,64 **** # include <stdarg.h> #ifdef SOLARIS # include <ieeefp.h> #endif # include <math.h> - #ifdef LINUX - #ifndef FP_PZERO - // Linux doesn't have positive/negative zero - #define FP_PZERO FP_ZERO - #endif - #ifndef fpclass - #define fpclass fpclassify - #endif - #endif # include <time.h> # include <fcntl.h> # include <dlfcn.h> # include <pthread.h> #ifdef SOLARIS --- 46,55 ----