Ensure that the indirect call fallback for HWIntrinsics executes the same instructions as the inlined version #10616
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
There are a few
Avx
helper functions (namelyExtract
andInsert
) which are emitting a managed software implementation rather than a switch table fallback.These should be updated to use the switch table fallback instead.
The text was updated successfully, but these errors were encountered: