libmorton icon indicating copy to clipboard operation
libmorton copied to clipboard

C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates

Results 11 libmorton issues
Sort by recently updated
recently updated
newest added

On WASM, the non-intrinsic version pass with `-02`, but fails with `-O3`. I tried running it on x86, i.e. `-m32`. Here the non-intrinsic worked, but some patching is needed to...