Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove check for _MSC_VER in internal_cpuid.h (AcademySoftwareFoundat…
…ion#1528) As noted in AcademySoftwareFoundation#1445, _MSC_VER should only be used to detect msvc, not for Windows. The _WIN32 check should be sufficient. The extra check for _MSC_VER fails when cross-compiling from Linux to Windows. Signed-off-by: Cary Phillips <cary@ilm.com>
- Loading branch information