You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For integer arithemtic I think it would be beneficial to make use of __builtin_sub_overflow() and __builtin_mul_overflow() since they can utilize ALU flags indicating overflow without having to cast to a larger number and perform the multiplication.
The text was updated successfully, but these errors were encountered:
For integer arithemtic I think it would be beneficial to make use of
__builtin_sub_overflow()
and__builtin_mul_overflow()
since they can utilize ALU flags indicating overflow without having to cast to a larger number and perform the multiplication.The text was updated successfully, but these errors were encountered: