aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/flt.c
Commit message (Collapse)AuthorAgeFilesLines
* ir: implement cvtu64f. and other bug fixes lemon2025-11-231-2/+2
| | | | | compiler is bootstrapping?! however, stage1 and stage2+ executables aren't bit-identical.. small differences in the codegen.. need to look into that
* implement cvtfXu64 by lowering it in builder lemon2025-11-231-2/+2
| | | | this should probably be in a separate pass?
* amd64: float conversion insntrs lemon2025-10-181-0/+25