RFR: 8271128: InlineIntrinsics support for 32-bit ARM
Christoph Göttschkes
cgo at openjdk.java.net
Wed Aug 4 08:05:40 UTC 2021
On Wed, 4 Aug 2021 07:54:54 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> > `IeeeRecommendedTests` on soft-float has some issues, but this is because I don't use an external soft float library, but the glibc implementation for floating point arithmetic, which doesn't have the required precision.
>
> This is pre-existing, right? Meaning, it is not worse with this PR?
Yes, this PR doesn't change anything. The test case also uses the `Math` and `StrictMath` functions and the problem is identical for both implementations.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4927
More information about the hotspot-runtime-dev
mailing list