blake2b-opt icon indicating copy to clipboard operation
blake2b-opt copied to clipboard

Fix 32-bit address load in 64-bit AVX2 code.

Open bit4 opened this issue 9 years ago • 3 comments

The new code works correctly on 64-bit systems even if the address of blake2b_sigma doesn't fit into 32 bits, and it's PIC safe.

bit4 avatar Feb 05 '16 23:02 bit4

I've tested and confirmed this seems to work and passes vectors. This allows building on newer clangs (os X 10.10+) that enforce PIC requirement more pedantically. Can we please get this merged?

jrmithdobbs avatar Jan 03 '17 06:01 jrmithdobbs

:+1:

jrmithdobbs avatar Jan 03 '17 06:01 jrmithdobbs

Please review and merge @floodyberry :+1:

pRizz avatar Sep 28 '17 04:09 pRizz