RFR: 8248191: [PPC64] Replace lxvd2x/stxvd2x with lxvx/stxvx for Power10
Ziviani
github.com+670087+jrziviani at openjdk.java.net
Wed Nov 11 14:00:00 UTC 2020
On Tue, 10 Nov 2020 22:13:53 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Did you run Vector API tests (test/jdk/jdk/incubator/vector) on Power 10?
just did it:
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/jdk/jdk/incubator 73 73 0 0
==============================
TEST SUCCESS
> Doesn't this mean we use a different Byte order on Power 9 than on Power 10 on little endian?
hmm, good question. I'll investigate it. Looking at the ISA 3.1 (and comparing with 3.0) I don't the difference, but I'll check it.
_(side node: if you want me to make any test on a P10 just tell me)_
-------------
PR: https://git.openjdk.java.net/jdk/pull/1086
More information about the hotspot-compiler-dev
mailing list