Closed
Description
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