Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing on WASM and 32-bit builds #86

Open
JensMunkHansen opened this issue Dec 30, 2024 · 0 comments
Open

Failing on WASM and 32-bit builds #86

JensMunkHansen opened this issue Dec 30, 2024 · 0 comments

Comments

@JensMunkHansen
Copy link

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 get the bmi version to work.

Do you have any plans on making it work on WASM. For WASM morton codes is super relevant, since the operate with a 64 kB cache, which requires small search structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant