diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2016-11-18 18:08:20 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2016-11-18 18:08:20 +0000 |
commit | af934452af57df02100aa17836fdbb21c68a77a8 (patch) | |
tree | afb9d2d197ee9fd52e190da4306e8a5d81d45a54 /ext/fputils/fpbits.h | |
parent | b8a162087ddddecf78306d39c15b304cb98c6f09 (diff) | |
download | gem5-af934452af57df02100aa17836fdbb21c68a77a8.tar.xz |
ext: Update fputils to rev 13589cd
This patch updates fputils to the latest revision (13589cd) from the
upstream repository (github.com/andysan/fputils).
Diffstat (limited to 'ext/fputils/fpbits.h')
-rw-r--r-- | ext/fputils/fpbits.h | 1 |
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) \ } |