Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 个月前// Implementlemmy.zipimagemessage-square22linkfedilinkarrow-up1180arrow-down11
arrow-up1179arrow-down1image// Implementlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 个月前message-square22linkfedilink
minus-squareanton@piefed.blahaj.zonelinkfedilinkEnglisharrow-up8·1 个月前If those are normal integers, the compiler optimizes that to a simple compare and branch/cmov.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-21 个月前for others - https://godbolt.org/z/osaKrxsPx
If those are normal integers, the compiler optimizes that to a simple compare and branch/cmov.
for others - https://godbolt.org/z/osaKrxsPx