integer.h
2.86 KB
-
add with overflow: use SizeTAdd on Windows · abbc07f1
Windows provides <intsafe.h> which provides "performant" add and multiply with overflow operations. Use them when possible.
Edward Thomson committed
Windows provides <intsafe.h> which provides "performant" add and multiply with overflow operations. Use them when possible.