quarkslab / NFLlib

NTT-based Fast Lattice library
MIT License
165 stars 52 forks source link

Does not link (avx code) on OSX #29

Closed Kirija closed 6 years ago

Kirija commented 6 years ago

GCC isn't able to link avx code on osx. It needs to use llvm for this purpose. A PR follows (only adds a few lines to CMakeCompilers.txt)

carlosaguilarmelchor commented 6 years ago

Solved by PR#30