X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightning%2Fcheck%2Ffloat.tst;h=05a0889ae2f25dee17c939f173ffe784199c920c;hb=24d91c0d04f99eed9a89e8d180a067e13ce8a0b2;hp=ff5606ac972a097bdcb6cd0d4bf115af8f6836d2;hpb=0adc619b5a5705d16cc6caea64951776ababbb96;p=pcsx_rearmed.git diff --git a/deps/lightning/check/float.tst b/deps/lightning/check/float.tst index ff5606ac..05a0889a 100644 --- a/deps/lightning/check/float.tst +++ b/deps/lightning/check/float.tst @@ -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 */