mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8240248: Extend superword reduction optimizations for x86
Add support for and, or, xor reduction Co-authored-by: Shravya Rukmannagari <shravya.rukmannagari@intel.com> Reviewed-by: vlivanov, thartmann
This commit is contained in:
parent
75a8b7fa83
commit
398ce2948c
13 changed files with 1089 additions and 702 deletions
|
@ -375,8 +375,11 @@ macro(URShiftVS)
|
|||
macro(URShiftVI)
|
||||
macro(URShiftVL)
|
||||
macro(AndV)
|
||||
macro(AndReductionV)
|
||||
macro(OrV)
|
||||
macro(OrReductionV)
|
||||
macro(XorV)
|
||||
macro(XorReductionV)
|
||||
macro(MinV)
|
||||
macro(MaxV)
|
||||
macro(MinReductionV)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue