mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8256655: rework long counted loop handling
Reviewed-by: kvn, thartmann, vlivanov
This commit is contained in:
parent
13bd2e82ca
commit
3d460bd295
25 changed files with 755 additions and 465 deletions
|
@ -144,6 +144,8 @@ macro(CountedLoop)
|
|||
macro(CountedLoopEnd)
|
||||
macro(OuterStripMinedLoop)
|
||||
macro(OuterStripMinedLoopEnd)
|
||||
macro(LongCountedLoop)
|
||||
macro(LongCountedLoopEnd)
|
||||
macro(CountLeadingZerosI)
|
||||
macro(CountLeadingZerosL)
|
||||
macro(CountTrailingZerosI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue