This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 23f8dd1
authored
Rollup merge of rust-lang#76364 - fusion-engineering-forks:avr-no-atomic, r=jonas-schievink
Disable atomics on avr target.
`max_atomic_width` was missing in the spec, which means it fell back to the pointer width of 16 bits.
Fixes rust-lang#76363.1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments