mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-11 12:49:54 +08:00
More tuning.
This commit is contained in:
parent
fd9d9effda
commit
8f27b7e921
@ -17,7 +17,7 @@ namespace fast_float {
|
|||||||
// we might have platforms where `CHAR_BIT` is not 8, so let's avoid
|
// we might have platforms where `CHAR_BIT` is not 8, so let's avoid
|
||||||
// doing `8 * sizeof(limb)`.
|
// doing `8 * sizeof(limb)`.
|
||||||
#if defined(FASTFLOAT_64BIT) && !defined(__sparc)
|
#if defined(FASTFLOAT_64BIT) && !defined(__sparc)
|
||||||
#define FASTFLOAT_64BIT_LIMB
|
#define FASTFLOAT_64BIT_LIMB 1
|
||||||
typedef uint64_t limb;
|
typedef uint64_t limb;
|
||||||
constexpr size_t limb_bits = 64;
|
constexpr size_t limb_bits = 64;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user