summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2011-05-15 14:09:18 +0200
committerAurelien Jarno <aurelien@aurel32.net>2011-06-03 16:07:51 +0200
commitbe22a9abc0dd02aa99726b656482b64e2aa4af80 (patch)
tree4c36067df7b92046d823a458c147f573ccb358c8 /cpu-all.h
parentcf67c6bad56d43e6d60df22d6d43371813a6e2b8 (diff)
downloadqemu-be22a9abc0dd02aa99726b656482b64e2aa4af80.tar.gz
softfloat: always enable floatx80 and float128 support
Now that softfloat-native is gone, there is no real point on not always enabling floatx80 and float128 support. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu-all.h b/cpu-all.h
index fc252ba6e5..880f570d56 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -137,7 +137,6 @@ typedef union {
uint64_t ll;
} CPU_DoubleU;
-#if defined(FLOATX80)
typedef union {
floatx80 d;
struct {
@@ -145,7 +144,6 @@ typedef union {
uint16_t upper;
} l;
} CPU_LDoubleU;
-#endif
typedef union {
float128 q;