We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85525c7 commit 9f697edCopy full SHA for 9f697ed
py/formatfloat.c
@@ -80,6 +80,7 @@ static inline int fp_isless1(float x) {
80
81
#elif MICROPY_FLOAT_IMPL == MICROPY_FLOAT_IMPL_DOUBLE
82
83
+#pragma GCC diagnostic ignored "-Wfloat-equal"
84
#define FPTYPE double
85
#define FPCONST(x) x
86
#define FPROUND_TO_ONE 0.999999999995
0 commit comments