Import stockfish_17.orig.tar.gz
authorMilan Zamazal <pdm@debian.org>
Sat, 3 May 2025 17:47:24 +0000 (19:47 +0200)
committerMilan Zamazal <pdm@debian.org>
Sat, 3 May 2025 17:47:24 +0000 (19:47 +0200)
commit977f3b4f8d7f8b4d788b3419d09f19a41bf0e4e3
tree2a006ba1b850412a124d26a95cc84ea1c3371b6c
Import stockfish_17.orig.tar.gz

[dgit import orig stockfish_17.orig.tar.gz]
97 files changed:
.clang-format [new file with mode: 0644]
.git-blame-ignore-revs [new file with mode: 0644]
.github/ISSUE_TEMPLATE/BUG-REPORT.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ci/arm_matrix.json [new file with mode: 0644]
.github/ci/libcxx17.imp [new file with mode: 0644]
.github/ci/matrix.json [new file with mode: 0644]
.github/workflows/arm_compilation.yml [new file with mode: 0644]
.github/workflows/clang-format.yml [new file with mode: 0644]
.github/workflows/codeql.yml [new file with mode: 0644]
.github/workflows/compilation.yml [new file with mode: 0644]
.github/workflows/games.yml [new file with mode: 0644]
.github/workflows/iwyu.yml [new file with mode: 0644]
.github/workflows/matetrack.yml [new file with mode: 0644]
.github/workflows/sanitizers.yml [new file with mode: 0644]
.github/workflows/stockfish.yml [new file with mode: 0644]
.github/workflows/tests.yml [new file with mode: 0644]
.github/workflows/upload_binaries.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CITATION.cff [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Copying.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
Top CPU Contributors.txt [new file with mode: 0644]
scripts/.gitattributes [new file with mode: 0644]
scripts/get_native_properties.sh [new file with mode: 0755]
scripts/net.sh [new file with mode: 0755]
src/Makefile [new file with mode: 0644]
src/benchmark.cpp [new file with mode: 0644]
src/benchmark.h [new file with mode: 0644]
src/bitboard.cpp [new file with mode: 0644]
src/bitboard.h [new file with mode: 0644]
src/engine.cpp [new file with mode: 0644]
src/engine.h [new file with mode: 0644]
src/evaluate.cpp [new file with mode: 0644]
src/evaluate.h [new file with mode: 0644]
src/history.h [new file with mode: 0644]
src/incbin/UNLICENCE [new file with mode: 0644]
src/incbin/incbin.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/memory.cpp [new file with mode: 0644]
src/memory.h [new file with mode: 0644]
src/misc.cpp [new file with mode: 0644]
src/misc.h [new file with mode: 0644]
src/movegen.cpp [new file with mode: 0644]
src/movegen.h [new file with mode: 0644]
src/movepick.cpp [new file with mode: 0644]
src/movepick.h [new file with mode: 0644]
src/nn-1c0000000000.nnue [new file with mode: 0644]
src/nn-37f18f62d772.nnue [new file with mode: 0644]
src/nnue/features/half_ka_v2_hm.cpp [new file with mode: 0644]
src/nnue/features/half_ka_v2_hm.h [new file with mode: 0644]
src/nnue/layers/affine_transform.h [new file with mode: 0644]
src/nnue/layers/affine_transform_sparse_input.h [new file with mode: 0644]
src/nnue/layers/clipped_relu.h [new file with mode: 0644]
src/nnue/layers/simd.h [new file with mode: 0644]
src/nnue/layers/sqr_clipped_relu.h [new file with mode: 0644]
src/nnue/network.cpp [new file with mode: 0644]
src/nnue/network.h [new file with mode: 0644]
src/nnue/nnue_accumulator.cpp [new file with mode: 0644]
src/nnue/nnue_accumulator.h [new file with mode: 0644]
src/nnue/nnue_architecture.h [new file with mode: 0644]
src/nnue/nnue_common.h [new file with mode: 0644]
src/nnue/nnue_feature_transformer.h [new file with mode: 0644]
src/nnue/nnue_misc.cpp [new file with mode: 0644]
src/nnue/nnue_misc.h [new file with mode: 0644]
src/numa.h [new file with mode: 0644]
src/perft.h [new file with mode: 0644]
src/position.cpp [new file with mode: 0644]
src/position.h [new file with mode: 0644]
src/score.cpp [new file with mode: 0644]
src/score.h [new file with mode: 0644]
src/search.cpp [new file with mode: 0644]
src/search.h [new file with mode: 0644]
src/syzygy/tbprobe.cpp [new file with mode: 0644]
src/syzygy/tbprobe.h [new file with mode: 0644]
src/thread.cpp [new file with mode: 0644]
src/thread.h [new file with mode: 0644]
src/thread_win32_osx.h [new file with mode: 0644]
src/timeman.cpp [new file with mode: 0644]
src/timeman.h [new file with mode: 0644]
src/tt.cpp [new file with mode: 0644]
src/tt.h [new file with mode: 0644]
src/tune.cpp [new file with mode: 0644]
src/tune.h [new file with mode: 0644]
src/types.h [new file with mode: 0644]
src/uci.cpp [new file with mode: 0644]
src/uci.h [new file with mode: 0644]
src/ucioption.cpp [new file with mode: 0644]
src/ucioption.h [new file with mode: 0644]
tests/.gitattributes [new file with mode: 0644]
tests/instrumented.py [new file with mode: 0644]
tests/perft.sh [new file with mode: 0755]
tests/reprosearch.sh [new file with mode: 0755]
tests/signature.sh [new file with mode: 0755]
tests/testing.py [new file with mode: 0644]