|
|
|
|
|
by cowsandmilk
3995 days ago
|
|
> The point here is not particularly about signedness But in the case of C, that is what it is about since unsigned integers have defined behavior, so you can only have UB and the optimizations when you use a signed integer. |
|