mirror of
https://github.com/BLAKE2/libb2
synced 2026-07-27 07:00:50 +02:00
4d8616dae4
The core change is ported from https://github.com/BLAKE2/BLAKE2/commit/b8024d53e77374d4a5b7868aa17cac3f11c33581. This let's us remove the ALIGNED_ACCESS_REQUIRED configure check. This isn't a very good thing to check through configure because it requires running an executable. That doesn't work for cross compiles.