Is it defined how integer arithmetic overflows?
For instance, is it guaranteed that adding or multiplying two large unsigned ints will “gracefully” overflow like modulus 2^32?
I imagine this is somewhat hardware specific, so I’ll take GeForce 8800 as the example platform.