Files
swift-mirror/docs/OptimizationTips.rst
Stephen Canon 9a4ca42e7c Replace "unchecked" arithmetic with "wrapping" in optimization guide. (#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
2020-05-07 19:33:32 -04:00

24 KiB