Skip to content

Support GCC and clang versions that lack <stdatomic.h>.#164

Merged
kubkon merged 1 commit intomasterfrom
no-stdatomic
May 27, 2019
Merged

Support GCC and clang versions that lack <stdatomic.h>.#164
kubkon merged 1 commit intomasterfrom
no-stdatomic

Conversation

@sunfishcode
Copy link
Member

Add a code path to use the GCC builtins for atomics, which are supported
in older compiler versions, rather than the new <stdatomic.h>.

Add a code path to use the GCC builtins for atomics, which are supported
in older compiler versions, rather than the new <stdatomic.h>.
Copy link
Member

@kubkon kubkon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@kubkon kubkon merged commit 176538b into master May 27, 2019
@sunfishcode sunfishcode deleted the no-stdatomic branch May 27, 2019 20:39
pchickey added a commit to pchickey/wasmtime that referenced this pull request May 16, 2023
…le_error

wasi-common: Table operations return a distinct TableError enum
dhil added a commit to dhil/wasmtime that referenced this pull request May 2, 2024
avanhatt pushed a commit to wellesley-prog-sys/wasmtime that referenced this pull request Oct 18, 2024
Implements match variant bindings in verification condition generation.

Updates avanhatt#48
dicej added a commit to dicej/wasmtime that referenced this pull request May 16, 2025
Fixes bytecodealliance#164

Co-authored-by: Luke Wagner <mail@lukewagner.name>
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
dicej added a commit to dicej/wasmtime that referenced this pull request May 16, 2025
Fixes bytecodealliance#164

Co-authored-by: Luke Wagner <mail@lukewagner.name>
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
dicej added a commit to dicej/wasmtime that referenced this pull request May 27, 2025
Fixes bytecodealliance#164

Co-authored-by: Luke Wagner <mail@lukewagner.name>
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants