From: mstembera Date: Sun, 9 Aug 2020 23:23:33 +0000 (-0700) Subject: Cleanup and optimize SSE/AVX code X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=f948cd008d3a289ebbadc463271f84888e8069ba;hp=f948cd008d3a289ebbadc463271f84888e8069ba;p=stockfish Cleanup and optimize SSE/AVX code AVX512 +4% faster AVX2 +1% faster SSSE3 +5% faster passed non-regression STC: STC https://tests.stockfishchess.org/tests/view/5f31249f90816720665374f6 LLR: 2.96 (-2.94,2.94) {-1.50,0.50} Total: 17576 W: 2344 L: 2245 D: 12987 Ptnml(0-2): 127, 1570, 5292, 1675, 124 closes https://github.com/official-stockfish/Stockfish/pull/2962 No functional change ---