Live data from Hacker News

Show HN: Nomul – Craft bit ops for const integer multiplications(emscripten)

brightwise.de

1–2 of 2 posts

Re: Show HN: Nomul – Craft bit ops for const integer multiplications(emscripten)

#2
Tool to craft an expression of bit operations (add, sub, shift, neg) which is equivalent to an integer multiplication by any given int64 constant.

Basically playing compiler here, for a hypothecial ISA which has no instruction. Made in a day just for fun.