Open
Description
Hi, I've seen that there is Windows support mentioned in the README as part of the roadmap. I'd just started working on it and would like to know which compiler is preferred, msvc
or clang-cl
?
Could be nice to have #xstudio
or similar on ASWF's slack for real-time discussions and support.
P.S. While reading through CMake file, just noticed that xstudio hardcodes Intel's microachitecture which makes it impossible to compile on AMD if you don't remove -march=nehalem
flag.