hg: panama/dev: Fix reduce_add2F/reduce_add2D for incorrect associativity

yang.zhang at arm.com yang.zhang at arm.com
Thu Mar 5 04:00:56 UTC 2020


Changeset: a385ccae8a6e
Author:    yzhang
Date:      2020-03-04 14:50 +0800
URL:       https://hg.openjdk.java.net/panama/dev/rev/a385ccae8a6e

Fix reduce_add2F/reduce_add2D for incorrect associativity
The implementation of these two nodes on AArch64 accumulate it's arguments in
the wrong order, as the addition of floating point values doesn't obey
associative law.

Contributed-by: qi.feng at arm.com

! src/hotspot/cpu/aarch64/aarch64.ad



More information about the panama-dev mailing list