Integrated: 8256614: AArch64: Add SVE backend implementation for integer min/max
Xiaohong Gong
xgong at openjdk.java.net
Tue Nov 24 02:08:55 UTC 2020
On Fri, 20 Nov 2020 07:13:18 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
> Currently the Arm SVE implementation for integer (byte,short,int,long) vector min/max is missing. This is needed for VectorAPI. We need to add them all to avoid the "bad AD file" crash.
This pull request has now been integrated.
Changeset: 67a95900
Author: Xiaohong Gong <xgong at openjdk.org>
Committer: Ningsheng Jian <njian at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/67a95900
Stats: 139 lines in 3 files changed: 80 ins; 31 del; 28 mod
8256614: AArch64: Add SVE backend implementation for integer min/max
Reviewed-by: adinn
-------------
PR: https://git.openjdk.java.net/jdk/pull/1337
More information about the hotspot-compiler-dev
mailing list