git subrepo pull (merge) --force deps/lightning
[pcsx_rearmed.git] / deps / lightning / check / float.tst
index ff5606a..05a0889 100644 (file)
@@ -16,12 +16,12 @@ ok:
 
 #if __mips__ || __sparc__ || __hppa__ || __riscv
 #  define wnan                 x7f
-#elif __arm__ || __aarch64__ || __alpha__
+#elif __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 */