Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: do people think openjdk17 builds on aarch64 without heroic resources?



Tobias Nygren <tnn%NetBSD.org@localhost> writes:

>>   => Broken FPU detected: applying floating point workarounds
>
> It comes from hacks.mk.
> Some parts of the java runtime need full IEEE754 semantics for
> denormal numbers in order to generate correct code. NetBSD by
> default uses flush-to-zero mode, and disabling that comes with
> performance pentalty. See the comment in hack.mk for details.

Wow.  Is there agreement that we should fix our FP impl to comply, and
it just needs a someone/rount-tuit?   Looking really quickly, this is
just a mode that can be set, and presumably we could not not set it.  Or
is the speedup from cutting corners vast?


Home | Main Index | Thread Index | Old Index