Cwerg icon indicating copy to clipboard operation
Cwerg copied to clipboard

CodeGenA64: materialize f32/f64 constants via fmov whenever possible

Open robertmuth opened this issue 3 years ago • 0 comments

This applies to A64 (fmov, vmov) and A32 (vmov) Currently all these constants are loaded from memory which is quite inefficient.

robertmuth avatar Sep 07 '21 02:09 robertmuth