aboutsummaryrefslogtreecommitdiff
path: root/lib/builtins/x86_64/floatdidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/x86_64/floatdidf.c')
-rw-r--r--lib/builtins/x86_64/floatdidf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/x86_64/floatdidf.c b/lib/builtins/x86_64/floatdidf.c
index 388404e5e089..dead0ed42c65 100644
--- a/lib/builtins/x86_64/floatdidf.c
+++ b/lib/builtins/x86_64/floatdidf.c
@@ -4,7 +4,7 @@
/* double __floatdidf(di_int a); */
-#ifdef __x86_64__
+#if defined(__x86_64__) || defined(_M_X64)
#include "../int_lib.h"