summaryrefslogtreecommitdiff
path: root/ext/fputils/fpbits.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fputils/fpbits.h')
-rw-r--r--ext/fputils/fpbits.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fputils/fpbits.h b/ext/fputils/fpbits.h
index f85a3b2f0..207531556 100644
--- a/ext/fputils/fpbits.h
+++ b/ext/fputils/fpbits.h
@@ -84,6 +84,7 @@ build_fp64(int sign, uint64_t frac, int exp)
#define BUILD_FP80(sign, frac, exp) \
{ \
+ .repr.pad = { 0 }, \
.repr.se = BUILD_FP80_SE(sign, exp), \
.repr.fi = BUILD_FP80_FI(frac, exp) \
}