Comment on Ternary Bonsai: Top Intelligence at 1.58 BitsparentComments−AlotOfReading4moA LUT is pretty wasteful. You only have a one bit significand, so the mantissa and sign bits are boolean binops, and the exponent is a 2 bit adder.
Comments
A LUT is pretty wasteful. You only have a one bit significand, so the mantissa and sign bits are boolean binops, and the exponent is a 2 bit adder.