projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047efcd
)
gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.
author
Michel Dänzer
<daenzer@vmware.com>
Fri, 17 Apr 2009 15:02:34 +0000
(17:02 +0200)
committer
Michel Dänzer
<daenzer@vmware.com>
Fri, 17 Apr 2009 15:02:34 +0000
(17:02 +0200)
src/gallium/include/pipe/p_atomic.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_atomic.h
b/src/gallium/include/pipe/p_atomic.h
index a963267e26430a51688b29cb6ff7d5fedae62f86..ed5f665512d4837351d1a370de4668103f528c6a 100644
(file)
--- a/
src/gallium/include/pipe/p_atomic.h
+++ b/
src/gallium/include/pipe/p_atomic.h
@@
-33,7
+33,7
@@
extern "C" {
#elif (defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86))
#define PIPE_ATOMIC_ASM_GCC_X86
#elif defined(PIPE_CC_GCC)
-#define PIPE_ATOMIC_GCC_INTRIN
ISIC
+#define PIPE_ATOMIC_GCC_INTRIN
SIC
#else
#define PIPE_ATOMIC_MUTEX
#endif
@@
-86,7
+86,7
@@
p_atomic_cmpxchg(struct pipe_atomic *v, int32_t old, int32_t _new)
/* Implementation using GCC-provided synchronization intrinsics
*/
-#if defined(PIPE_ATOMIC_
ASM_
GCC_INTRINSIC)
+#if defined(PIPE_ATOMIC_GCC_INTRINSIC)
#define PIPE_ATOMIC "GCC Sync Intrinsics"