mirror of
https://git.ztn.sh/zotan/swift-numerics.git
synced 2026-05-05 20:17:24 +02:00
These are used only in TestSupport, but it's still nice to get them right. Signed types had a long-standing bug in how overflow was computed for multiplication, and masking shifts would do the wrong thing when the bitwdith was not a power of two and the shift count was negative. I also added implementations of &*, &+, and &-. |
||
|---|---|---|
| .. | ||
| BlackHole.swift | ||
| CMakeLists.txt | ||
| DoubleWidth.swift | ||
| Error.swift | ||
| Interval.swift | ||
| RealTestSupport.swift | ||