src/share/vm/runtime/sharedRuntime.hpp

Print this page
rev 4738 : Clean up PPC defines.

Reorganize PPC defines.  Distinguish PPC, PPC64 and PPC32.
PPC should guard code needed on PPC regardless of word size.
PPC32 and PPC64 should guard code needed in the 64-bit or
the 32-bit port.

*** 138,148 **** #if defined(__SOFTFP__) || defined(E500V2) static double dabs(double f); #endif ! #if defined(__SOFTFP__) || defined(PPC) static double dsqrt(double f); #endif #ifdef __SOFTFP__ // C++ compiler generates soft float instructions as well as passing --- 138,148 ---- #if defined(__SOFTFP__) || defined(E500V2) static double dabs(double f); #endif ! #if defined(__SOFTFP__) || defined(PPC32) static double dsqrt(double f); #endif #ifdef __SOFTFP__ // C++ compiler generates soft float instructions as well as passing