mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8276217: Harmonize StrictMath intrinsics handling
Reviewed-by: aph, kvn
This commit is contained in:
parent
fb0be81f01
commit
9eadcbb47e
15 changed files with 98 additions and 45 deletions
|
@ -3220,6 +3220,7 @@ GraphBuilder::GraphBuilder(Compilation* compilation, IRScope* scope)
|
|||
switch (scope->method()->intrinsic_id()) {
|
||||
case vmIntrinsics::_dabs : // fall through
|
||||
case vmIntrinsics::_dsqrt : // fall through
|
||||
case vmIntrinsics::_dsqrt_strict : // fall through
|
||||
case vmIntrinsics::_dsin : // fall through
|
||||
case vmIntrinsics::_dcos : // fall through
|
||||
case vmIntrinsics::_dtan : // fall through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue