sha2_32_bmi2.cpp |
Your eyes do not decieve you; this is currently just a copy of the
baseline SHA-256 implementation. Because we compile it with BMI2
flags, GCC and Clang use the BMI2 instructions without further help.
Likely instruction scheduling could be improved by using inline asm.
|
7313 |