Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Gustedt
P99 - macros and functions for C99
Commits
36b3c1d4
Commit
36b3c1d4
authored
Apr 26, 2014
by
Jens Gustedt
Browse files
add configure macro to choose the __sync family
parent
7914b84e
Changes
1
Hide whitespace changes
Inline
Side-by-side
p99/p99_atomic_gcc.h
View file @
36b3c1d4
...
...
@@ -27,7 +27,7 @@
**/
#ifdef
__ATOMIC_
SEQ_CST
#if
def
ined(
__ATOMIC_
RELAXED) && !defined(P99_GCC_USE_SYNC)
# include "p99_atomic_gcc_atomic.h"
#else
# include "p99_atomic_gcc_sync.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment