Adam Lugowski 37127b022f Add subnormal numbers to powers of ten table
On some platforms std::pow returns 0 instead of a subnormal number with `-ffast-math -O2` compiler options.
2023-03-30 13:14:35 -07:00
..
bloat_analysis This adds bloat analysis to the tests. 2023-02-28 16:42:48 -05:00
build_tests Checking issue 72 2021-05-18 08:59:20 -04:00
installation_tests Update CMakeLists.txt 2023-01-04 12:54:20 -05:00
basictest.cpp Add subnormal numbers to powers of ten table 2023-03-30 13:14:35 -07:00
CMakeLists.txt If we detect that the compiler supports FASTFLOAT_IS_CONSTEXPR, then let us run the tests automatically. 2023-03-26 20:43:33 -04:00
example_comma_test.cpp Include What You Use 2021-09-15 17:38:54 -07:00
example_test.cpp Fix. 2023-03-27 13:46:51 -04:00
exhaustive32_64.cpp Include What You Use 2021-09-15 17:38:54 -07:00
exhaustive32_midpoint.cpp Fix some typos 2022-08-30 22:55:34 +02:00
exhaustive32.cpp Include What You Use 2021-09-15 17:38:54 -07:00
long_exhaustive32_64.cpp Include What You Use 2021-09-15 17:38:54 -07:00
long_exhaustive32.cpp Include What You Use 2021-09-15 17:38:54 -07:00
long_random64.cpp Fix failing test builds with -Werror=maybe-uninitialized on gcc 2023-03-04 20:53:49 +00:00
long_test.cpp Include What You Use 2021-09-15 17:38:54 -07:00
powersoffive_hardround.cpp Include What You Use 2021-09-15 17:38:54 -07:00
random64.cpp Fix failing test builds with -Werror=maybe-uninitialized on gcc 2023-03-04 20:53:49 +00:00
random_string.cpp Include What You Use 2021-09-15 17:38:54 -07:00
rcppfastfloat_test.cpp Support rccpfastfloat. 2023-01-19 20:28:10 -05:00
short_random_string.cpp Include What You Use 2021-09-15 17:38:54 -07:00
string_test.cpp Set errc::result_out_of_range on over/underflow 2023-03-29 10:14:46 -07:00