On Mon, 5 Jan 2026 17:33:34 GMT, Joe Darcy <[email protected]> wrote:
> Add comment describing why Math.fma uses BigDecimal.
src/java.base/share/classes/java/lang/Math.java line 2389:
> 2387: // support for fma so and this method is an intrinsic
> 2388: // candidate, the software implementation below would only
> 2389: // used on processors without native fma support.
Suggestion:
// be used on processors without native fma support.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29044#discussion_r2662635935