Changes

Jump to: navigation, search

YaneuraOu

197 bytes added, 19:11, 3 October 2020
no edit summary
=Bitboards=
9x9 Shogi [[Bitboards]] are defined as [[Array|array]] of two [[Quad Word|quad words]] and similar to [[Apery#Bitboards|Apery]] a , conditional compiled [https://en.wikipedia.org/wiki/Union_type union type] with 128-bit type __m128i, explicitly taking advantage of [[SSE2]] instructions <ref>[https://github.com/yaneurao/YaneuraOu/blob/master/source/bitboard.h YaneuraOu/bitboard.h at master · yaneurao/YaneuraOu · GitHub]</ref>:
<pre>
// Bitboard 本体クラス

Navigation menu