quarkslab / NFLlib

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

GCC cannot link AVX code on OSX. This patch tells GCC to use LLVM as the linker. #30

Closed Kirija closed 6 years ago

Kirija commented 6 years ago

So the 3 added lines check if we are running on OSX (... actually Apple) and if so adds the options to tell GCC to use llvm.

carlosaguilarmelchor commented 6 years ago

LGTM

carlosaguilarmelchor commented 6 years ago

Merging it this week if no one has other comments