dblue

Results 3 issues of dblue

Hello, According to msvc's [documentation](https://docs.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-170), no `__FMA__` flag is defined when compiling with msvc, as its availbility is already implied in `__AVX2__`. Current detection macro only checks `__FMA__` thus native...

CTT is a great tool for tuning engines, however running all games locally is very time consuming. Is it possible to add a replacable match runner for obtaining match results...

enhancement
distributed