Package: libjpeg-turbo Version: 2.1.5-2 Severity: wishlist Tags: patch User:[email protected] Usertags: loongarch64
Dear maintainers, When I compiled libjpeg-turbo for loongarch architecture, test case fail is happened during float prog cmp. We have added loong64 check for libjpeg-turbo, the patch can be found in the attachment. If you have any questions, you can contact me at any time. Thanks!
diff --git a/debian/rules b/debian/rules index 5905900..937c00c 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ include /usr/share/dpkg/default.mk ifneq (,$(filter $(DEB_HOST_ARCH), m68k)) FLOAT_STORE=-ffloat-store endif -ifneq (,$(filter $(DEB_HOST_ARCH), ia64 riscv64 s390x)) +ifneq (,$(filter $(DEB_HOST_ARCH), ia64 loong64 riscv64 s390x)) FLOATTEST=-DFLOATTEST=fp-contract endif

