Files
stockfish/src
syzygy1andStéphane Nicolet cc9d503dde Skip the alignment bug workaround for Clang
Clang-10.0.0 poses as gcc-4.2:

$ clang++ -E -dM - </dev/null | grep GNUC

This means that Clang is using the workaround for the alignment bug of gcc-8
even though it does not have the bug (as far as I know).

This patch should speed up AVX2 and AVX512 compiles on Windows (when using Clang),
because it disables (for Clang) the gcc workaround we had introduced in this commit:
https://github.com/official-stockfish/Stockfish/commit/875183b310a8249922c2155e82cb4cecfae2097e

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

No functional change.
2020-08-23 23:09:31 +02:00
..
2020-08-06 16:37:45 +02:00
2020-08-06 16:37:45 +02:00
2020-08-23 01:53:41 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-06 16:37:45 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-06 16:37:45 +02:00
2020-08-23 01:53:41 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-23 01:53:41 +02:00
2020-08-23 01:53:41 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-23 01:53:41 +02:00
2020-08-23 01:53:41 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-23 01:53:41 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-09 23:51:07 +02:00
2020-08-09 23:51:07 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-06 16:37:45 +02:00
2020-08-06 16:37:45 +02:00
2020-08-06 16:37:45 +02:00
2020-08-06 16:37:45 +02:00
2020-08-07 08:57:37 +02:00
2020-08-23 01:53:41 +02:00
2020-08-06 16:37:45 +02:00
2020-08-20 21:14:32 +02:00