From 215ac4569f897b10215248c4caa3191919a555df Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 13 Jul 2024 22:31:00 +0300 Subject: implement some more jit instructions --- TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index e7bfab0..b4cf973 100644 --- a/TODO +++ b/TODO @@ -3,3 +3,8 @@ systems + (MAYBE) Check that there aren't duplicate destinations in operand list? + Darn, the return type doesn't really work with 32bit systems, should fix that somehow ++ Internally we currently expect all values to be doubles, but apparently +lightening doesn't automatically convert between the types when moving +parameters. Either we add in float operations and make sure the user knows which +type is being used when, or we add some filter that rewrites the floats to +doubles? -- cgit v1.2.3