Skip to content

WIP: CmmToAsm/X86: Improve code generation for MO_UF_Conv of literal

Ben Gamari requested to merge wip/uf-conf-codegen into master

Previously we would call hs_word2float which is incredibly expensive compared to just a MOV.

Also document semantics of primops.

Closes #18840 (closed).

Still needs testing.

Edited by Ben Gamari

Merge request reports