Open williamtu opened 3 years ago
why config.h has
/* MSR: use meson checks to enable/disable this^M
and still not clear why it does not work on Linux^M
or maybe I should include this header only in Windows */^M
#if defined(__clang__) && defined(WIN32)^M
#include <intrin.h>^M
#endif^M
i remove it