aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--target-alpha.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-alpha.c b/target-alpha.c
index 3f582997..4c622aec 100644
--- a/target-alpha.c
+++ b/target-alpha.c
@@ -24,6 +24,9 @@ static const struct builtin_fn builtins_alpha[] = {
const struct target target_alpha = {
.mach = MACH_ALPHA,
.bitness = ARCH_LP64,
+ .has_int128 = 1,
+
+ .bits_in_longdouble = 64,
.predefine = predefine_alpha,
.builtins = builtins_alpha,