Conversation

Replying to and
This is really cool! Took me a minute to see the logic of the code, but it makes sense now. Here's a sketch of a linear time algorithm for multiplication that I think might be maximally precise: decompose the N-bit mul into N 1-bit mul + shift + adds
1
1
I find these super fun and hard. the reason I want to synthesize them is there are a million special cases where we can recover precision in principle, but it's hard to do it by hand: - combinations of instructions like the shift-shift-or that makes a decomposed rotate (cont'd)
1
2
Show replies