fxomt@lemmy.dbzer0.com to Rust@programming.dev · 2 months agoAnother Round Of Rust Compiler Improvements Merged For GCC 15.1www.phoronix.comexternal-linkmessage-square13fedilinkarrow-up158arrow-down10
arrow-up158arrow-down1external-linkAnother Round Of Rust Compiler Improvements Merged For GCC 15.1www.phoronix.comfxomt@lemmy.dbzer0.com to Rust@programming.dev · 2 months agomessage-square13fedilink
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up6·2 months 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.