4 ms·
>Multiply and divide And where it actually mattered they did not introduce a separate extension. Integer division is significantly more complex than multiplica
by newpavlov 6mo ago
>Multiply and divide
And where it actually mattered they did not introduce a separate extension. Integer division is significantly more complex than multiplication, so it may make sense for low-end microcontrollers to implement in hardware only the latter.
- dzaima 6mo agoThere is Zmmul for multiplication-but-not-divide.