Rerumu / Wasynth

WebAssembly to Lua translation library and tool
https://discord.gg/sgm5YcmgyD
GNU General Public License v3.0
130 stars 18 forks source link

LuaJIT `clz`, `ctz`, and `popcnt` are bad #16

Closed Rerumu closed 2 years ago

Rerumu commented 2 years ago

There are better, much faster ways to calculate these. When I wrote them it was to get things working, and haven't had the time to properly revise it.

https://github.com/Rerumu/Wasynth/blob/5eb85523adc5d532186a74c33c430b043f135c83/codegen/luajit/runtime/runtime.lua#L145-L213