(no title)
c0deb0t | 5 years ago
Regardless, my goal was to learn some SIMD and Rust (first time for both), so I did not read many background papers.
c0deb0t | 5 years ago
Regardless, my goal was to learn some SIMD and Rust (first time for both), so I did not read many background papers.
mattclase|5 years ago
c0deb0t|5 years ago
The problem with handling diagonals is that indexing cells and comparing characters on the diagonal becomes complex. Dealing with this without many branches (less branch mispredictions) is the hard part.