Changes

Jump to: navigation, search

SSE2

No change in size, 14:10, 18 November 2020
no edit summary
</pre>
==Rotated Dot Product==
A little bit cheaper is to expand the bitboard to a vector or of 90 degree rotated {0,255} bytes, which requires a rotated weight vector as well <ref>[https://www.stmintz.com/ccc/index.php?id=377546 SSE2 bit<nowiki>[64] * byte[64]</nowiki> dot product] by [[Gerd Isenberg]], [[CCC]], July 17, 2004</ref>.
<pre>
/* for average weights < 64 */

Navigation menu