Implement minimal Vector512
hardware accelerated lowering in the JIT
#80811
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
The purpose of this task is to implement the changes required lower
Vector512.Create()
andVector512.Zero
to lower to hardware accelerated instructions made capable by recentAVX512
work. This task has a dependency on #80810.After completion, most of the infrastructure is available to add additional
Vector512
methods via the intrinsic tables.The text was updated successfully, but these errors were encountered: