Hacker News new | ask | show | jobs
by mysterydip 53 days ago
Wouldn’t multiplication just be an 8 bit lookup table? a*b is just lut[a<<4+b]
1 comments

A 256 element lookup table is much bigger than a simple multiplier