ztn-zotan-swift-numerics/Tests/RealTests
Stephen Canon 31fe14d084 Remove stochastic rounding mode
It's a useful operation, but it deserves its own API to allow the use of a custom random source.
Also, the existing API blocks some constant-folding operations because the call to the system random source is an opaque optimization barrier, so removing it allows us to produce better codegen for the other rounding modes.

We're also bumping required Swift version to 5.9, and removing the executable test targets for log/log1p, as they're really only useful for development of those algorithms.
2025-04-10 10:39:51 -04:00
..
ApproximateEqualityTests.swift Fixup some file headers that had the Swift.org text instead of Swift Numerics 2024-07-01 12:46:42 -04:00
AugmentedArithmeticTests.swift Fixup some file headers that had the Swift.org text instead of Swift Numerics 2024-07-01 12:46:42 -04:00
CMakeLists.txt CMake support for newer tests. 2023-04-26 08:56:43 -04:00
ElementaryFunctionChecks.swift Fix-up availability for Float16 in tests for tvOS and watchOS. 2025-03-04 10:18:08 -05:00
IntegerExponentTests.swift Remove stochastic rounding mode 2025-04-10 10:39:51 -04:00
RelaxedArithmeticTests.swift s/sanity check/basic check/ 2025-03-11 10:08:58 -04:00