]> git.sesse.net Git - stockfish/commitdiff
Use posix_memalign instead of aligned_alloc
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 9 May 2020 17:45:07 +0000 (19:45 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 11 May 2020 18:41:49 +0000 (20:41 +0200)
should be a little more portable to older linux systems (before glibc-2.16).

fixes https://github.com/official-stockfish/Stockfish/issues/2665

closes https://github.com/official-stockfish/Stockfish/pull/2668

No functional change.


No differences found