We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dd7b8 commit c4a0d71Copy full SHA for c4a0d71
libc/src/__support/macros/properties/compiler.h
@@ -38,7 +38,7 @@
38
#define LIBC_COMPILER_IS_MSVC
39
// https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros
40
#define LIBC_COMPILER_MSVC_VER (_MSC_VER)
41
-#ifdef(_M_X64)
+#ifdef _M_X64
42
#define LIBC_COMPILER_IS_MSVC_X64
43
#else
44
#define LIBC_COMPILER_IS_MSVC_X86
0 commit comments