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
Replace "unchecked" arithmetic with "wrapping" in optimization guide. (swiftlang#31463)
* Replace "unchecked" arithmetic with "wrapping" in optimization guide.
Previously, this section talked about "unchecked" arithmetic operations; that's not what &+ and friends are. They are wrapping operations with fully-defined behavior (unlike nsw llvm ops, which are actually "unchecked").
* Update docs/OptimizationTips.rst
0 commit comments