ADDITIONAL CHANGES
Alpha-Beta search
* Change back to recursive alphabeta with implicit stack
* Add atomic_bool parameter that stops search when set to false
* Update tests accordingly
Evaluation
* Fix bug where black pawns are using white's positional modifier bonus
Makefile
* Add -march=native to clang release builds