Downloading default network net-015-2048x16x32-132qb-z.bin curl -sOL https://github.com/liamt19/lizard-nets/releases/download/net-015-2048x16x32-132qb-z/net-015-2048x16x32-132qb-z.bin clang++ -std=c++23 -g -O3 -DNDEBUG -DEVALFILE=\"net-015-2048x16x32-132qb-z.bin\" -funroll-loops -flto -march=native -DAVX512 -DAVX256 -DAVX128 -DUSE_PEXT -o horsie -fprofile-instr-generate src/nnue/accumulator.cpp src/bitboard.cpp src/cuckoo.cpp src/Horsie.cpp src/movegen.cpp src/position.cpp src/precomputed.cpp src/search.cpp src/threadpool.cpp src/tt.cpp src/uci.cpp src/wdl.cpp src/zobrist.cpp src/util/dbg_hit.cpp src/nnue/nn.cpp src/datagen/selfplay.cpp src/3rdparty/zstd/zstddeclib.c clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] ./horsie bench 13 Horsie 1.1.1 info string 18.412 seconds 13496762 nodes 733041 nps rm horsie llvm-profdata merge -output=horsie_p.profdata *.profraw /bin/sh: 1: llvm-profdata: not found make: *** [Makefile:112: Horsie-8C089EBC] Error 127