RFR: 8271078: jdk/incubator/vector/Float128VectorTests.java failed a subtest [v3]
Dean Long
dlong at openjdk.java.net
Mon May 16 22:39:33 UTC 2022
On Sun, 15 May 2022 15:24:13 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
>>
>> save_vectors --> save_wide_vectors
>
> I agree with option 1) but may be save whole 512 bits unconditionally with comment explaining that we need to save 128 bits but it requires avx512vl support which is not available on all CPUs. We do have space for that anyway (i*64).
>
> But it would be more memory traffic :( So lets do as you suggested 1). At least in most cases (avx512vl supported) we get less traffic.
Thanks @vnkozlov, @iwanowww, and @PaulSandoz.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8690
More information about the hotspot-compiler-dev
mailing list