jonathanmcdermid / Clovis

MIT License
4 stars 2 forks source link

Include mods. to build w/ GCC #10

Closed En-En-Code closed 1 year ago

En-En-Code commented 1 year ago

Should immintrin.h not be sufficient with MSVC, then an #ifdef statement to choose between intrin.h and immintrin.h should work. Other change was having uci.h match the case of its filename (headers can be case-sensitive).

jonathanmcdermid commented 1 year ago

Thanks!