Hacker News new | ask | show | jobs
by kevin_thibedeau 832 days ago
CORDIC doesn't use multipliers. That's the whole appeal for low performance hardware since it's all shifts and adds. It can still be useful on more capable platforms when you want sin and cos in one operation since there is no extra cost.