]> granicus.if.org Git - clang/commitdiff
One more intrinsic.
authorEric Christopher <echristo@gmail.com>
Sat, 25 Jan 2014 01:38:30 +0000 (01:38 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 25 Jan 2014 01:38:30 +0000 (01:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200061 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/Intrin.h

index 9f186f7a7895d6db13ccc83b307fa7c7eb55bad3..e2191091b3189875ed2296f8c1510a776060c860 100644 (file)
@@ -393,6 +393,8 @@ __int64 _InterlockedCompareExchange64_HLERelease(__int64 volatile *, __int64,
                                                  __int64);
 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
                                          __int64 _Exchange, __int64 _Comparand);
+void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
+                                         void *_Exchange, void *_Comparand);
 void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination,
                                             void *_Exchange, void *_Comparand);
 __int64 _InterlockedDecrement64(__int64 volatile *_Addend);