Hacker News new | ask | show | jobs
by fstrthnscnd 1688 days ago
> for example, just to add two numbers you have to shift mantissas and 6502 has no fast way to do it

How much work is there to do beside shifting mantissa? (A shift is also necessary for many fixed point calculations).