From 6464ec389e2da17b1674858858406e211b16e5f6 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 23 Nov 2025 21:54:40 +0100 Subject: ir: implement cvtu64f. and other bug fixes compiler is bootstrapping?! however, stage1 and stage2+ executables aren't bit-identical.. small differences in the codegen.. need to look into that --- todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'todo.txt') diff --git a/todo.txt b/todo.txt index 3c747de..a03ee11 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,6 @@ Things to finish before moving onto compiler optimizations, C extensions, other nice features -- self host. not yet compiling: - - c/eval.c, ir/fold.c (NYI flt -> u64 cvt) +- self host -- working?? test thoroughly +- fix preprocessor regressions though - e.g. at some point add another backend like arm64 to make sure the non target specific stuff is generic enough.. -- cgit v1.2.3