Jeffrey Walton wrote:
> > If I recall correctly, those old PowerMac use 128-bit floats from
> > IEEE754 by default.
> >
> > I think you should build with `-mlong-double-64` on the old PowerMacs.
This advice would work for a program; it does not work for a library or for
Gnulib. The reason is that
On 09/11/2023 18:28, Jeffrey Walton wrote:
If I recall correctly, those old PowerMac use 128-bit floats from
IEEE754 by default.
I think you should build with `-mlong-double-64` on the old PowerMacs.
Thank you for the hint, that did the trick on 10.4 (G5) & 10.5 (G4)
PASS test-float (exit sta
On Thu, Nov 9, 2023 at 1:00 PM Sevan Janiyan wrote:
>
> On 10.4
> FAIL: test-nanosleep
>
>
> test-nanosleep.c:50: assertion 'nanosleep (&ts, NULL) == -1' failed
> FAIL test-nanosleep (exit status: 134)
>
>
> On 10.4 & 10.5
> FAIL: test-float
>
>
> test-float.c
On 10.4
FAIL: test-nanosleep
test-nanosleep.c:50: assertion 'nanosleep (&ts, NULL) == -1' failed
FAIL test-nanosleep (exit status: 134)
On 10.4 & 10.5
FAIL: test-float
test-float.c:332: assertion 'x + x == x' failed
FAIL test-float (exit status: 134)
On