1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 20:19:15 +00:00
BadFish/src/nnue
Tomasz Sobczyk 3f6451eff7 Manually align arrays on the stack
as a workaround to issues with overaligned alignas() on stack variables in gcc < 9.3 on windows.

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

fixes #3216

No functional change
2020-11-04 19:52:42 +01:00
..
architectures Add NNUE evaluation 2020-08-06 16:37:45 +02:00
features More incremental accumulator updates 2020-10-22 20:50:16 +02:00
layers Manually align arrays on the stack 2020-11-04 19:52:42 +01:00
evaluate_nnue.cpp Manually align arrays on the stack 2020-11-04 19:52:42 +01:00
evaluate_nnue.h Small cleanups 12 2020-09-21 10:41:10 +02:00
nnue_accumulator.h More incremental accumulator updates 2020-10-22 20:50:16 +02:00
nnue_architecture.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
nnue_common.h Manually align arrays on the stack 2020-11-04 19:52:42 +01:00
nnue_feature_transformer.h Manually align arrays on the stack 2020-11-04 19:52:42 +01:00