Re: do people think openjdk17 builds on aarch64 without heroic resources?
Tobias Nygren <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 22 Sep 2024 08:47:29 -0400 Greg Troxel <[email protected]> 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.