mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* 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
24 KiB
24 KiB