mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8226721: Missing intrinsics for Math.ceil, floor, rint
Reviewed-by: neliasso, vlivanov, ecaspole
This commit is contained in:
parent
09c012be4e
commit
d3ca3a02ff
19 changed files with 434 additions and 2 deletions
|
@ -274,6 +274,8 @@ macro(Rethrow)
|
|||
macro(Return)
|
||||
macro(Root)
|
||||
macro(RoundDouble)
|
||||
macro(RoundDoubleMode)
|
||||
macro(RoundDoubleModeV)
|
||||
macro(RoundFloat)
|
||||
macro(SafePoint)
|
||||
macro(SafePointScalarObject)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue