We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b33cd1 commit 41e7148Copy full SHA for 41e7148
2 files changed
lib/libm/erf_lgamma.c
@@ -24,6 +24,7 @@
24
*/
25
26
#include "fdlibm.h"
27
+#pragma GCC diagnostic ignored "-Wfloat-equal"
28
29
#define __ieee754_logf logf
30
lib/libm/log1pf.c
@@ -18,6 +18,8 @@
18
19
#include "libm.h"
20
21
22
+
23
static const float
ln2_hi = 6.9313812256e-01, /* 0x3f317180 */
ln2_lo = 9.0580006145e-06, /* 0x3717f7d1 */
0 commit comments