comparison src/share/vm/runtime/sharedRuntime.hpp @ 1868:3dc12ef8735e

6989297: Integrate additional portability improvements Reviewed-by: vladidan, dholmes
author bobv
date Thu, 07 Oct 2010 15:12:57 -0400
parents 3e8fbc61cee8
children f95d63e2154a
comparison
equal deleted inserted replaced
1864:dfb38ea7da17 1868:3dc12ef8735e
114 static jdouble dexp(jdouble x); 114 static jdouble dexp(jdouble x);
115 static jdouble dpow(jdouble x, jdouble y); 115 static jdouble dpow(jdouble x, jdouble y);
116 116
117 #if defined(__SOFTFP__) || defined(E500V2) 117 #if defined(__SOFTFP__) || defined(E500V2)
118 static double dabs(double f); 118 static double dabs(double f);
119 #endif
120
121 #if defined(__SOFTFP__) || defined(PPC)
119 static double dsqrt(double f); 122 static double dsqrt(double f);
120 #endif 123 #endif
121 124
122 #ifdef __SOFTFP__ 125 #ifdef __SOFTFP__
123 // C++ compiler generates soft float instructions as well as passing 126 // C++ compiler generates soft float instructions as well as passing