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

Fails to build on apple m1 #101

Open
tmoshaiov opened this issue Dec 21, 2022 · 1 comment
Open

Fails to build on apple m1 #101

tmoshaiov opened this issue Dec 21, 2022 · 1 comment

Comments

@tmoshaiov
Copy link

Trying to build mesh, getting the error
clang: error: the clang compiler does not support '-march=westmere'

@emeryberger
Copy link
Member

Unfortunately, Mesh does not currently support the M1 architecture. The standard "page size" on x86-64 is 4K, and the algorithms assume this page size. The M1's page size is 16K, which will require some substantial changes. We'd be happy to discuss this with anyone looking to take on this task!

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

2 participants