mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8248830
: C2: Optimize Rotate API on x86
Improved existing scalar rotate operations, added support for vector rotate operations using new AVX512 instructions. Reviewed-by: vlivanov, kvn
This commit is contained in:
parent
084e15bca3
commit
3ed56830b4
19 changed files with 1474 additions and 282 deletions
|
@ -268,6 +268,10 @@ macro(RoundDouble)
|
|||
macro(RoundDoubleMode)
|
||||
macro(RoundDoubleModeV)
|
||||
macro(RoundFloat)
|
||||
macro(RotateLeft)
|
||||
macro(RotateLeftV)
|
||||
macro(RotateRight)
|
||||
macro(RotateRightV)
|
||||
macro(SafePoint)
|
||||
macro(SafePointScalarObject)
|
||||
#if INCLUDE_SHENANDOAHGC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue