comparison src/share/vm/runtime/sharedRuntime.hpp @ 14390:0f03ff49c720

8016491: PPC64 (part 2): Clean up PPC defines. Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set. Reviewed-by: kvn
author goetz
date Wed, 19 Jun 2013 12:29:30 +0200
parents db9981fd3124
children b5c8a61d7fa0
comparison
equal deleted inserted replaced
14389:164db61dbced 14390:0f03ff49c720
138 138
139 #if defined(__SOFTFP__) || defined(E500V2) 139 #if defined(__SOFTFP__) || defined(E500V2)
140 static double dabs(double f); 140 static double dabs(double f);
141 #endif 141 #endif
142 142
143 #if defined(__SOFTFP__) || defined(PPC) 143 #if defined(__SOFTFP__) || defined(PPC32)
144 static double dsqrt(double f); 144 static double dsqrt(double f);
145 #endif 145 #endif
146 146
147 #ifdef __SOFTFP__ 147 #ifdef __SOFTFP__
148 // C++ compiler generates soft float instructions as well as passing 148 // C++ compiler generates soft float instructions as well as passing