summaryrefslogtreecommitdiff
path: root/lib/builtins/fixxfti.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/fixxfti.c')
-rw-r--r--lib/builtins/fixxfti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/builtins/fixxfti.c b/lib/builtins/fixxfti.c
index 973dc31bf..ca3082e87 100644
--- a/lib/builtins/fixxfti.c
+++ b/lib/builtins/fixxfti.c
@@ -14,7 +14,7 @@
#include "int_lib.h"
-#if __x86_64
+#ifdef CRT_HAS_128BIT
/* Returns: convert a to a signed long long, rounding toward zero. */
@@ -44,4 +44,4 @@ __fixxfti(long double a)
return (r ^ s) - s;
}
-#endif /* __x86_64 */
+#endif /* CRT_HAS_128BIT */