Skip to content

[AVX10.2]Optimize codegen for x86 using the new minmax instructions when possible. #109081

Closed
@DeepakRajendrakumaran

Description

@DeepakRajendrakumaran

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/Kjf7Y1svn

The newly added Avx10.2 instructions are shown below

Image

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIavx10Related to the AVX10 architecture

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions