mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8252848: Optimize small primitive arrayCopy operations through partial inlining using AVX-512 masked instructions
Reviewed-by: neliasso, kvn
This commit is contained in:
parent
66943fefa7
commit
0d91f0a1df
25 changed files with 470 additions and 45 deletions
|
@ -407,6 +407,9 @@ macro(LoadVector)
|
|||
macro(LoadVectorGather)
|
||||
macro(StoreVector)
|
||||
macro(StoreVectorScatter)
|
||||
macro(LoadVectorMasked)
|
||||
macro(StoreVectorMasked)
|
||||
macro(VectorMaskGen)
|
||||
macro(Pack)
|
||||
macro(PackB)
|
||||
macro(PackS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue