-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
dotnet/coreclr
#21453Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Description
Currently, the emitter only supports the 3-byte VEX prefix (outside a few specially handled instructions).
For normal floating-point arithmetic (or most 128-bit hardware intrinsics), this incurs an extra 1-byte per instruction.
It may be beneficial (for codegen size, and potentially throughput) to update the emitter to also support the 2-byte VEX prefix.
fiigii, CarolEidt, gfoidl and pentp
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI