mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Compilation fix.
This commit is contained in:
parent
a22dfc6fcf
commit
354f4c3eac
@ -50,7 +50,7 @@
|
||||
#if defined(__clang__)
|
||||
#define FASTFLOAT_ASSUME(expr) __builtin_assume(expr)
|
||||
#elif defined(__GNUC__) && !defined(__ICC)
|
||||
#define ASSUME(expr) __attribute__((expr)))
|
||||
#define ASSUME(expr) __attribute__((expr))
|
||||
#elif defined(_MSC_VER) || defined(__ICC)
|
||||
#define FASTFLOAT_ASSUME(expr) __assume(expr)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user