]> git.proxmox.com Git - qemu.git/blobdiff - cpu-all.h
target-arm: Make Neon helper routines use correct FP status
[qemu.git] / cpu-all.h
index 4f4631d79c6684986e4686c7d4279f36fe2c51b5..4cc445ffc329aa10f2d1aa2e31969d67e24957be 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -138,7 +138,7 @@ typedef union {
     uint64_t ll;
 } CPU_DoubleU;
 
-#ifdef TARGET_SPARC
+#if defined(TARGET_SPARC) || defined(TARGET_S390X)
 typedef union {
     float128 q;
 #if defined(HOST_WORDS_BIGENDIAN) \