Why use ‘call CORINFO_HELP_DBL2ULNG’ when double to ulong instead of vcvttsd2si #95846
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
unlike double to uint,when double to ulong , it will call CORINFO_HELP_DBL2ULNG
but c++ compiler codegen
The text was updated successfully, but these errors were encountered: