On Sun, Jan 08, 2023 at 10:11:46PM +0100, Andreas Bombe wrote:
>...
> i386 only, where some
> floats don't match exactly, which I'm still investigating.
>...

That's "better" results due to x87 excess precison.

The patch below fixes the tests for me.

cu
Adrian

--- debian/rules.old    2023-01-08 21:43:47.055686585 +0000
+++ debian/rules        2023-01-08 21:44:09.335667591 +0000
@@ -2,6 +2,10 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+ifeq ($(DEB_HOST_ARCH_CPU),i386)
+  export DEB_CFLAGS_MAINT_APPEND = -ffloat-store
+endif
+
 %:
        dh ${@}
 

Reply via email to