Implement light-weight K register ExtractMostSignificantBits
for Vector512
#80820
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
avx512
Related to the AVX-512 architecture
Milestone
On Intel arch,
ExtractMostSignificantBits
for 512 bit vectors requires the use of theAVX512
opmask (K) registers. This task is to implement the capability ofExtractMostSignificantBits
forVector512
using a single opmask register. This is to allowVector512
to be used in optimization, but without the implementation overhead of implementing full opmask register support in the register allocator, which will come at a later date.The text was updated successfully, but these errors were encountered: