temporary disable FASTFLOAT_ASSUME because of GCC bug

This commit is contained in:
HedgehogInTheCPP 2026-08-26 01:31:10 +03:00
parent 68fb90ecba
commit dcde904e68

View File

@ -117,7 +117,7 @@
// Use the provided definition.
// #elif FASTFLOAT_HAS_CPP_ATTRIBUTE(assume)
// #define FASTFLOAT_ASSUME(expr) [[assume(expr)]]
// #else
#else
#define FASTFLOAT_ASSUME(expr)
#endif