Skip to content

Remove unnecessary alignment directives

Eric Frias requested to merge fix-equihash-alignment into develop

Manually apply the commit from the upstream: https://github.com/BLAKE2/BLAKE2/commit/b6525c7fa15dbf6713e0597727827d191a31a26a which removes alignment directives that were impossible to satisfy, and started causing compile errors in gcc 11.

Merge request reports