BLAKE2 / libb2

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

Fix missing xgetbv on downlevel compilers #33

Closed noloader closed 4 years ago

noloader commented 4 years ago

Also see http://www.agner.org/optimize/vectorclass/read.php?i=65.

sneves commented 4 years ago

I doubt that any compiler that wouldn't recognize xgetbv would be able to compile any of the intrinsics code, but there's no harm in doing this.