Lenard Szolnoki 6d2fb68f5c Simplify to_float
* Use right-sized uint type for bit fiddling
** This removes the need to special casing on endianness
* Replace ternary with just shifting the sign at the right place
** This seems to improve codegen (less instructions, no cmov)
2023-03-01 23:39:01 +00:00
..
ascii_number.h Low-risk C++14 constexpr functions 2023-02-25 10:50:45 +00:00
bigint.h Low-risk C++14 constexpr functions 2023-02-25 10:50:45 +00:00
decimal_to_binary.h Merge pull request #173 from fastfloat/nofallbacknecessary 2023-02-28 17:19:57 -05:00
digit_comparison.h Low-risk C++14 constexpr functions 2023-02-25 10:50:45 +00:00
fast_float.h Add missing namespace end comments 2022-12-02 11:42:38 +09:00
fast_table.h Fix power_of_five_128 to be usable in constexpr in MSVC, clang 2023-02-25 18:34:22 +00:00
float_common.h Simplify to_float 2023-03-01 23:39:01 +00:00
parse_number.h Minor fix. 2023-02-06 17:22:11 -05:00
simple_decimal_conversion.h Simplified clinger. 2022-11-03 18:51:37 -04:00