Rounding Ops would be great. It would make up for the lack of `tb_inst_fmod` ``` a % b => a - trunc(a / b) * b ^^^^^ ^^^^^ this or this ```` Either of these are needed to do a fast fmod. Rounding has a native instruction on x86 and many other platforms.