Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

8x8-othello

  • Clone with SSH
  • Clone with HTTPS
  • leesongun's avatar
    이송운 authored
    d8e0f988
    History

    Intro

    This is 8x8 Othello move generator, using PDEP/PEXT bitboard.

    Move generation

    The move generation part uses the Kogge-Stone Algorithm, intended to compile to SIMD operations.

    Move resolution

    The move resolution part uses PDEP/PEXT bitboard, with 18.5KiB of LUT, intended to fit in the L1D cache.