6989297: Integrate additional portability improvements

Reviewed-by: vladidan, dholmes
This commit is contained in:
Bob Vandette 2010-10-07 15:12:57 -04:00
parent afc563751f
commit 72616ad2bc
9 changed files with 18 additions and 5 deletions

View file

@ -116,6 +116,9 @@ class SharedRuntime: AllStatic {
#if defined(__SOFTFP__) || defined(E500V2)
static double dabs(double f);
#endif
#if defined(__SOFTFP__) || defined(PPC)
static double dsqrt(double f);
#endif