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

Doesn't build on M1 Pro (Apple Silicon) #6

Open
bergkvist opened this issue Aug 22, 2023 · 0 comments
Open

Doesn't build on M1 Pro (Apple Silicon) #6

bergkvist opened this issue Aug 22, 2023 · 0 comments

Comments

@bergkvist
Copy link

I'm guessing this doesn't support anything other than x86-64 builds, due to the use of AVX256 and inline assembly. Would be nice if it was also possible to build on aarch64/arm64 cpus.

In file included from /Users/tobias/repos/Virgo/src/VPD/fft_circuit_GKR.cpp:3:
/Users/tobias/repos/Virgo/include/linear_gkr/prime_field.h:9:10: fatal error: immintrin.h: No such file or directory
    9 | #include <immintrin.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/fft_gkr.dir/build.make:76: CMakeFiles/fft_gkr.dir/src/VPD/fft_circuit_GKR.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/fft_gkr.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
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