Hacker News new | ask | show | jobs
by adgjlsfhk1 835 days ago
> moving around the data is 100x more expensive than the ALU operation.

This is exactly the problem with CORDIC. 52 dependent adds requires moving data from a register to the ALU and back 52 times.

1 comments

It's the problem with CORDIC in that context, yes!