BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

Not all architectures support -march=native... #3

Closed bit4 closed 8 years ago

bit4 commented 8 years ago

Not all architectures support -march=native and compilation fails on such systems. Make -march=native configurable and disable it automatically when necessary.