JDK 9 RFR of JDK-4851642: Add fused mac to Java math library
Brian Burkhalter
brian.burkhalter at oracle.com
Fri Apr 15 00:55:06 UTC 2016
Hi Joe,
This all looks good aside from the “@code fusedMac” in the javadoc of which I believe you are aware.
Brian
On Apr 14, 2016, at 5:14 PM, joe darcy <joe.darcy at oracle.com> wrote:
> In response to the review comments from Dmitry and Brian, I've prepared another iteration of the webrev:
>
> http://cr.openjdk.java.net/~darcy/4851642.1/
>
> Summary of the changes:
>
> * Renamed the method to "fma" to follow the precedent of the C library.
> * Added API note citing IEEE 754 operation.
> * More test cases
> * More comments
> * Restructured handling of finite double value to be more straightforward.
More information about the core-libs-dev
mailing list