mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 14:42:26 +08:00
temporary disable FASTFLOAT_ASSUME because of GCC bug.
This commit is contained in:
parent
667a022fe3
commit
68fb90ecba
@ -115,9 +115,9 @@
|
||||
|
||||
#ifdef FASTFLOAT_ASSUME
|
||||
// Use the provided definition.
|
||||
#elif FASTFLOAT_HAS_CPP_ATTRIBUTE(assume)
|
||||
#define FASTFLOAT_ASSUME(expr) [[assume(expr)]]
|
||||
#else
|
||||
// #elif FASTFLOAT_HAS_CPP_ATTRIBUTE(assume)
|
||||
// #define FASTFLOAT_ASSUME(expr) [[assume(expr)]]
|
||||
// #else
|
||||
#define FASTFLOAT_ASSUME(expr)
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user