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?
On Sun, 22 Sep 2024 08:47:29 -0400
Greg Troxel <gdt%lexort.com@localhost> wrote:
> I do see
>
> => Broken FPU detected: applying floating point workarounds
>
> which I don't understand, but that seems not troubling so far.
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.
Home |
Main Index |
Thread Index |
Old Index