Conversation

Replying to
for signed division I can make a function that gets 57% of maximum precision, which is nice since LLVM doesn't even make an effort on this one, just returns top unconditionally
1
9
this function produces known zeroes for the subtract operator. it is about as readable as synthesized code gets, some of the stuff I've seen is much worse.
Image
3
6
Show replies
Show replies
Replying to
This is a really interesting application of program synthesis... I messed around with bit-twiddling in the "known bits" domain a while ago and this reminded me to finish writing up my results, thanks!
Quote Tweet
New blog post – Bit-Twiddling: Addition with Unknown Bits dougallj.wordpress.com/2020/01/13/bit
1
3
Show replies