fxomt@lemmy.dbzer0.com to Rust@programming.dev · 6 days agoAnother Round Of Rust Compiler Improvements Merged For GCC 15.1www.phoronix.comexternal-linkmessage-square12fedilinkarrow-up156arrow-down10cross-posted to: [email protected][email protected][email protected]
arrow-up156arrow-down1external-linkAnother Round Of Rust Compiler Improvements Merged For GCC 15.1www.phoronix.comfxomt@lemmy.dbzer0.com to Rust@programming.dev · 6 days agomessage-square12fedilinkcross-posted to: [email protected][email protected][email protected]
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up6·6 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.