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 915df1a commit 52e2175Copy full SHA for 52e2175
clang/lib/Headers/intrin0.h
@@ -44,7 +44,7 @@ unsigned char _InterlockedCompareExchange128_rel(__int64 volatile *_Destination,
44
__int64 *_ComparandResult);
45
#endif
46
47
-#ifdef __x86_64__ && !defined(__arm64ec__)
+#if defined(__x86_64__) && !defined(__arm64ec__)
48
unsigned __int64 _umul128(unsigned __int64, unsigned __int64,
49
unsigned __int64 *);
50
unsigned __int64 __shiftleft128(unsigned __int64 _LowPart,
0 commit comments