Remove m512_hadd128x16_interleave()

This functionality is no longer used anywhere.

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

No functional change
This commit is contained in:
mstembera
2024-06-04 17:59:47 -07:00
committed by Joost VandeVondele
parent 02ff76630b
commit 21ba32af6d
3 changed files with 2 additions and 35 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ class Worker {
template<NodeType nodeType>
Value qsearch(Position& pos, Stack* ss, Value alpha, Value beta, Depth depth = 0);
Depth reduction(bool i, Depth d, int mn, int delta);
Depth reduction(bool i, Depth d, int mn, int delta) const;
// Get a pointer to the search manager, only allowed to be called by the
// main thread.