RFR: 4511638: Double.toString(double) sometimes produces incorrect results [v11]

LifeIsStrange duke at openjdk.java.net
Tue Jun 7 16:35:22 UTC 2022


On Mon, 9 May 2022 12:50:31 GMT, Raffaello Giulietti <duke at openjdk.java.net> wrote:

>> Marked as reviewed by limck599 at github.com (no known OpenJDK username).
>
> @limck599
> While we at OpenJDK appreciate constructive reviews from GitHub users not registered in the [census](https://openjdk.java.net/census), only officially nominated reviewers have the authority to approve this PR.

@rgiulietti friendly ping, noob question: Do you believe some parts of the algorithm could exploit explicit SIMD instructions (via the high level [Vector API](https://openjdk.java.net/jeps/417))  for even better performance (such as https://github.com/wrandelshofer/FastDoubleParser ) ?

-------------

PR: https://git.openjdk.java.net/jdk/pull/3402


More information about the core-libs-dev mailing list