robertmuth / Cwerg

The best C-like language that can be implemented in 10kLOC.
Apache License 2.0
477 stars 14 forks source link

CodeGenA64: materialize f32/f64 constants via fmov whenever possible #7

Open robertmuth opened 3 years ago

robertmuth commented 3 years ago

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