mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Bug fixes and improvements for DoubleWidth prototype Previously multipliedReportingOverflow and masking shifts were implemented incorrectly for signed types and non-power-of-two bitWidths, respectively. Address those two bugs and additional implement &+, &-, and &*. * Restore line accidentally deleted