Replies: 1 comment 2 replies
-
|
Oh that's nice! Now I really need to check if newlib also supports I wonder if GCC also supports built-in defines for that so that we could concretize those neorv32/sw/lib/include/neorv32_cpu_amo.h Lines 31 to 45 in f1069d1
Absolutely! ❤️ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there @stnolting
Quick heads-up: I found that GCC finally supports emit of lr/sc sequences for the builtin atomic operations with setting
-march=<as usual>_zalrsc.https://godbolt.org/z/j39MoeeKv
I just love how risc-v keeps on getting better bit-by-bit. 😍
Beta Was this translation helpful? Give feedback.
All reactions