mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-01 07:20:29 +00:00
Improve threading support further
This commit is contained in:
parent
8bfb70ca3f
commit
ce71677156
61 changed files with 882 additions and 747 deletions
3
third_party/chibicc/kw.h
vendored
3
third_party/chibicc/kw.h
vendored
|
@ -112,6 +112,9 @@
|
|||
#define KW___BUILTIN_IA32_MOVNTDQ 128
|
||||
#define KW___ATOMIC_FETCH_ADD 129
|
||||
#define KW___ATOMIC_SUB_FETCH 130
|
||||
#define KW___ATOMIC_TEST_AND_SET 131
|
||||
#define KW___ATOMIC_CLEAR 132
|
||||
#define KW___ATOMIC_STORE 133
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue