sebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 3 months agoText Processing Compasslemmy.sdf.orgimagemessage-square32fedilinkarrow-up1194arrow-down132
arrow-up1162arrow-down1imageText Processing Compasslemmy.sdf.orgsebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square32fedilink
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up2·3 months agoOn the other hand you can’t really have UB in code written in asm. Just throwing that out there!
minus-squarerain_worl@lemmy.worldlinkfedilinkarrow-up0·24 days agocould have instruction undefined behavior (eg, integer overflow wrap/saturate/trap/explode), and is different on different computers
On the other hand you can’t really have UB in code written in asm.
Just throwing that out there!
could have instruction undefined behavior (eg, integer overflow wrap/saturate/trap/explode), and is different on different computers