Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-29 Thread Cédric Le Goater
On 11/22/21 12:16, Richard Henderson wrote: On 11/22/21 10:43 AM, Richard Henderson wrote: On 11/21/21 6:47 PM, Cédric Le Goater wrote: I am getting an error with this test. See below. ...   ### Rounding to nearest   from single: f32(-nan:0xffa0) -  to double: f64(-nan:0x00fff4000

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-24 Thread Richard Henderson
On 11/24/21 10:17 AM, Cédric Le Goater wrote: I do now. That was not an easy task. All seem fine with a x86/RH9 but I am having issues building the images on power9/ubuntu21.10. centos8 fails with :   #6 41.69 Error: Unable to find a match: libpmem-devel spice-server-devel and some others with

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-24 Thread Cédric Le Goater
On 11/22/21 14:14, Richard Henderson wrote: On 11/22/21 2:04 PM, Cédric Le Goater wrote: But this alone of course causes other "failures", because we've got some incorrect reference files. Looks fine. Will you send this patch independently ? Yes. The patchset doesn't seem to break anythin

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-22 Thread Richard Henderson
On 11/22/21 2:04 PM, Cédric Le Goater wrote: But this alone of course causes other "failures", because we've got some incorrect reference files. Looks fine. Will you send this patch independently ? Yes. The patchset doesn't seem to break anything. You may not have docker cross-compilers e

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-22 Thread Cédric Le Goater
On 11/22/21 12:16, Richard Henderson wrote: On 11/22/21 10:43 AM, Richard Henderson wrote: On 11/21/21 6:47 PM, Cédric Le Goater wrote: I am getting an error with this test. See below. ...   ### Rounding to nearest   from single: f32(-nan:0xffa0) -  to double: f64(-nan:0x00fff4000

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-22 Thread Richard Henderson
On 11/22/21 10:43 AM, Richard Henderson wrote: On 11/21/21 6:47 PM, Cédric Le Goater wrote: I am getting an error with this test. See below. ...   ### Rounding to nearest   from single: f32(-nan:0xffa0) -  to double: f64(-nan:0x00fff4) (INVALID) +  to double: f64(-nan:0x00fff40

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-22 Thread Cédric Le Goater
On 11/22/21 10:43, Richard Henderson wrote: On 11/21/21 6:47 PM, Cédric Le Goater wrote: I am getting an error with this test. See below. ...   ### Rounding to nearest   from single: f32(-nan:0xffa0) -  to double: f64(-nan:0x00fff4) (INVALID) +  to double: f64(-nan:0x00fff4

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-22 Thread Richard Henderson
On 11/21/21 6:47 PM, Cédric Le Goater wrote: I am getting an error with this test. See below. ...  ### Rounding to nearest  from single: f32(-nan:0xffa0) -  to double: f64(-nan:0x00fff4) (INVALID) +  to double: f64(-nan:0x00fff4) (OK) Well that's disconcerting.

Re: [PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-21 Thread Cédric Le Goater
On 11/19/21 17:05, Richard Henderson wrote: Generated on Power9, PowerNV 9006-22P. Signed-off-by: Richard Henderson --- tests/tcg/ppc64le/float_convs.ref | 748 + tests/tcg/ppc64le/float_madds.ref | 768 ++ 2 files changed, 1516 insert

[PATCH 35/35] test/tcg/ppc64le: Add float reference files

2021-11-19 Thread Richard Henderson
Generated on Power9, PowerNV 9006-22P. Signed-off-by: Richard Henderson --- tests/tcg/ppc64le/float_convs.ref | 748 + tests/tcg/ppc64le/float_madds.ref | 768 ++ 2 files changed, 1516 insertions(+) create mode 100644 tests/tcg/ppc64le/flo