mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
6989297: Integrate additional portability improvements
Reviewed-by: vladidan, dholmes
This commit is contained in:
parent
afc563751f
commit
72616ad2bc
9 changed files with 18 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue