mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
These methods can be instrinsified by using bit scan, bit test, and population count instructions. Reviewed-by: kvn, never
This commit is contained in:
parent
716c78f080
commit
6a270f9f19
15 changed files with 997 additions and 17 deletions
|
@ -104,6 +104,10 @@ macro(ConvL2I)
|
|||
macro(CosD)
|
||||
macro(CountedLoop)
|
||||
macro(CountedLoopEnd)
|
||||
macro(CountLeadingZerosI)
|
||||
macro(CountLeadingZerosL)
|
||||
macro(CountTrailingZerosI)
|
||||
macro(CountTrailingZerosL)
|
||||
macro(CreateEx)
|
||||
macro(DecodeN)
|
||||
macro(DivD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue