mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6603011: RFE: Optimize long division
Transform long division by constant into multiply Reviewed-by: never, kvn
This commit is contained in:
parent
bb7ccea4ff
commit
72313bcf20
7 changed files with 483 additions and 207 deletions
|
@ -164,6 +164,7 @@ macro(MoveL2D)
|
|||
macro(MoveD2L)
|
||||
macro(MulD)
|
||||
macro(MulF)
|
||||
macro(MulHiL)
|
||||
macro(MulI)
|
||||
macro(MulL)
|
||||
macro(Multi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue