You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Trying to build mesh, getting the error
clang: error: the clang compiler does not support '-march=westmere'
The text was updated successfully, but these errors were encountered: