Cuik icon indicating copy to clipboard operation
Cuik copied to clipboard

Add Rounding Operations

Open ShawSumma opened this issue 2 years ago • 0 comments

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.

ShawSumma avatar Nov 19 '23 06:11 ShawSumma