Re: do people think openjdk17 builds on aarch64 without heroic resources?
Greg Troxel <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
Tobias Nygren <[email protected]> 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?