libretro: adjust psxclock description
[pcsx_rearmed.git] / deps / lightning / check / float.tst
index ff5606a..69a6caf 100644 (file)
@@ -14,14 +14,14 @@ ok:
 #  define x80                  0x8000000000000000
 #endif
 
-#if __mips__ || __sparc__ || __hppa__ || __riscv
+#if (__mips__ && __mips_isa_rev < 6)  || __sparc__ || __hppa__ || __riscv
 #  define wnan                 x7f
-#elif __arm__ || __aarch64__ || __alpha__
+#elif (__mips__ && __mips_isa_rev >= 6) || __arm__ || __aarch64__ || __alpha__ || __loongarch__
 #  define wnan                 0
 #else
 #  define wnan                 x80
 #endif
-#if __mips__ || __arm__ || __ppc__ || __sparc__ || __hppa__ || __aarch64__ || __s390__ || __riscv
+#if __mips__ || __arm__ || __ppc__ || __sparc__ || __hppa__ || __aarch64__ || __s390__ || __riscv || __loongarch__
 #  define wpinf                        x7f
 #elif __alpha__
 /* (at least) bug compatible with gcc 4.2.3 -ieee */