Replies: 2 comments 1 reply
-
Hi Pierre! These ops aren't really missing. I tried to keep the number of operations down on purpose. Both to simplify the implementation of the VM, and also to favor operations that map well to current hardware.
Curious to know what you are working on? :) |
Beta Was this translation helpful? Give feedback.
-
OK it makes sense. Sorry for the basic questions, this is the first time I dabble into writing a compiler, but it is a LOT of fun! |
Beta Was this translation helpful? Give feedback.
-
From the current set of integer sign extensions and f32 conversion codes, what about the following ones?
sx_i8_i16
i16_to_f32
i8_to_f32
Beta Was this translation helpful? Give feedback.
All reactions