@[email protected] to Programmer [email protected]English • 3 months agoText Processing Compasslemmy.sdf.orgimagemessage-square30fedilinkarrow-up1177arrow-down133
arrow-up1144arrow-down1imageText Processing Compasslemmy.sdf.org@[email protected] to Programmer [email protected]English • 3 months agomessage-square30fedilink
minus-square@[email protected]linkfedilink2•3 months agoOn the other hand you can’t really have UB in code written in asm. Just throwing that out there!
minus-squareRain World: Slugcat Gamelink0•1 month 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