mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8138952: C1: Distinguish between PPC32 and PPC64
Reviewed-by: twisti, goetz, vlivanov
This commit is contained in:
parent
a51ff63df7
commit
2952cd0bde
12 changed files with 48 additions and 36 deletions
|
@ -386,7 +386,7 @@ double SharedRuntime::dabs(double f) {
|
|||
|
||||
#endif
|
||||
|
||||
#if defined(__SOFTFP__) || defined(PPC32)
|
||||
#if defined(__SOFTFP__) || defined(PPC)
|
||||
double SharedRuntime::dsqrt(double f) {
|
||||
return sqrt(f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue