fxomt@lemmy.dbzer0.com to Rust@programming.dev · 5 days agoAnother Round Of Rust Compiler Improvements Merged For GCC 15.1www.phoronix.comexternal-linkmessage-square12fedilinkarrow-up153cross-posted to: linux@programming.devlinux@programming.dev
arrow-up153external-linkAnother Round Of Rust Compiler Improvements Merged For GCC 15.1www.phoronix.comfxomt@lemmy.dbzer0.com to Rust@programming.dev · 5 days agomessage-square12fedilinkcross-posted to: linux@programming.devlinux@programming.dev
minus-squareantonlinkfedilinkarrow-up6·5 days agoI think both gcc and clang are roughly build around the C memory model. If you want to interface with hardware you probably do volatile reads and writes to specific memory addresses. You should be able to compile for most gcc supported platforms.
I think both gcc and clang are roughly build around the C memory model.
If you want to interface with hardware you probably do volatile reads and writes to specific memory addresses.
You should be able to compile for most gcc supported platforms.