mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
* 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) |
||
|---|---|---|
| .. | ||
| ascii_number.h | ||
| bigint.h | ||
| decimal_to_binary.h | ||
| digit_comparison.h | ||
| fast_float.h | ||
| fast_table.h | ||
| float_common.h | ||
| parse_number.h | ||
| simple_decimal_conversion.h | ||