-
Notifications
You must be signed in to change notification settings - Fork 7
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
MacOS M1 neon support #49
Comments
Hi Jianshu, I think you should be able to run it on apple silicon using rosetta, which allows x86 programs to run. The performance impact should be minimal. Pierre |
Hello Pierre, Thanks, Jianshu |
Jianshu, there is no plans from my side to add apple silicon native vector intrinsics, no. It was my impression that when processing data large enough for it to matter, users were running that on supercomputers. Also I no longer work in academia and can't justify the time investment. Pierre |
Hello again, Last 15 lines from /Users/jianshuzhao/Library/Logs/Homebrew/epa-ng/02.make: Thanks Jianshu |
Hi @jianshu93, are those errors occurring on intel MAC? It looks like the internal C++ standard library files are causing the error here. Have you tried @pierrebarbera suggestion to use the rosetta tool to solve this? Cheers |
Hello Team,
It is not supported on aarch64 or (arm64) platform such as macOS M1? Any plan to support it in the future?
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered: