Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for __iar_builtin_clrex bug #99

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

RobinKastberg
Copy link
Contributor

__iar_builtin_CLREX can be reordered w.r.t. STREX during high optimizations.
As a workaround we use inline assembly and a memory barrier.
(IAR issue EWARM-11901)

Copy link

github-actions bot commented Dec 4, 2023

Test Results

0 files   -      348  0 suites   - 348   0s ⏱️ - 8m 8s
0 tests  -        49  0 ✔️  -        44  0 💤  -        5  0 ±0 
0 runs   - 17 052  0 ✔️  - 11 076  0 💤  - 5 976  0 ±0 

Results for commit 241c2d6. ± Comparison against base commit 9e3cc85.

@JonatanAntoni JonatanAntoni merged commit c33f0ca into ARM-software:main Dec 4, 2023
8 checks passed
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