Y
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
0-_-0
52 days ago
A 256 element lookup table is much bigger than a simple multiplier
link