[AVX10.2]Optimize codegen for x86 using the new minmax instructions when possible. #109081
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
avx10
Related to the AVX10 architecture
Milestone
AVX10.2 introduces a set of
MINMAX
instructions. These will allow us to further optimize the x86 codegen for vector min/max calculations. The current codegen for these instructions look as following : https://www.godbolt.org/z/Kjf7Y1svnThe newly added Avx10.2 instructions are shown below
The text was updated successfully, but these errors were encountered: