Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/common/log_data.c')
-rw-r--r--newlib/libm/common/log_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/common/log_data.c b/newlib/libm/common/log_data.c
index ef62677ca..26b9c3f44 100644
--- a/newlib/libm/common/log_data.c
+++ b/newlib/libm/common/log_data.c
@@ -307,7 +307,7 @@ const struct log_data __log_data = {
{0x1.756cadbd6130cp-1, 0x1.432eee32fe000p-2},
#endif
},
-#if !__HAVE_FAST_FMA
+#if !HAVE_FAST_FMA
.tab2 = {
# if N == 64
{0x1.61ffff94c4fecp-1, -0x1.9fe4fc998f325p-56},
@@ -505,6 +505,6 @@ const struct log_data __log_data = {
{0x1.5efffe7b87a89p+0, -0x1.47eb780ed6904p-54},
#endif
},
-#endif /* !__HAVE_FAST_FMA */
+#endif /* !HAVE_FAST_FMA */
};
#endif /* __OBSOLETE_MATH */