ztn-zotan-swift-numerics/Sources/_TestSupport
Stephen Canon 1043e9ed38
Improvements and bugfixes for DoubleWidth prototype
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 &-.
2024-07-12 13:30:13 -04:00
..
BlackHole.swift Initial pass at "relaxed" multiply and add operations. 2023-04-26 08:56:43 -04:00
CMakeLists.txt CMake support for newer tests. 2023-04-26 08:56:43 -04:00
DoubleWidth.swift Improvements and bugfixes for DoubleWidth prototype 2024-07-12 13:30:13 -04:00
Error.swift Fixup some file headers that had the Swift.org text instead of Swift Numerics 2024-07-01 12:46:42 -04:00
Interval.swift Fixup some file headers that had the Swift.org text instead of Swift Numerics 2024-07-01 12:46:42 -04:00
RealTestSupport.swift Correct tvOS availability for Float16 in _TestSupport. 2023-09-20 09:44:53 -04:00