Skip to content

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Oct 16, 2024

Problem:

  • Using std::atomic does not necessarily produce good codegen for microcontroller platforms.

Solution:

  • Add stdx::atomic which uses the customizable atomic interface from the baremetal concurrency library.

Problem:
- Using `std::atomic` does not necessarily produce good codegen for
  microcontroller platforms.

Solution:
- Add `stdx::atomic` which uses the customizable atomic interface from the
  baremetal concurrency library.
@elbeno elbeno enabled auto-merge October 16, 2024 22:39
@elbeno elbeno merged commit a36370b into intel:main Oct 16, 2024
32 checks passed
@elbeno elbeno deleted the atomic branch October 16, 2024 22:49
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