Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045359 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8038557 | 8u20 | Goetz Lindenmaier | P4 | Resolved | Fixed | b08 |
JDK-8053467 | emb-8u26 | Goetz Lindenmaier | P4 | Resolved | Fixed | b17 |
Only some PPC processors have a sqrt instruction.
Currently, intrinsic for dsqrt is used if a corresponding rule is implemented in the .ad file (has_match_rule()).
Instead, call match_ruole_supported(), which allows to check processor properties.
Also adapt PPC64 .ad file to this.
Currently, intrinsic for dsqrt is used if a corresponding rule is implemented in the .ad file (has_match_rule()).
Instead, call match_ruole_supported(), which allows to check processor properties.
Also adapt PPC64 .ad file to this.
- backported by
-
JDK-8038557 PPC64: Make usage of intrinsic dsqrt depend on processor recognition.
- Resolved
-
JDK-8045359 PPC64: Make usage of intrinsic dsqrt depend on processor recognition.
- Resolved
-
JDK-8053467 PPC64: Make usage of intrinsic dsqrt depend on processor recognition.
- Resolved