RFR: 8288043: Optimize FP to word/sub-word integral type conversion on X86 AVX2 platforms [v4]
Jatin Bhateja
jbhateja at openjdk.org
Tue Oct 11 12:30:19 UTC 2022
On Mon, 19 Sep 2022 14:15:19 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Could you please enable the compiler/vectorapi/VectorFPtoIntCastTest.java for AVX2 platforms?
>> Currently they are only run for AVX512DQ platforms.
>
>> Could you please enable the compiler/vectorapi/VectorFPtoIntCastTest.java for AVX2 platforms? Currently they are only run for AVX512DQ platforms.
>
> I have added missing casting cases AVX/AVX2 and AVX512 targets in existing comprehensive test for [casting](test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java.)
> @jatin-bhateja, please merge latest JDK and I will start re-testing.
Hi @kvn, kindly regress the changes.
-------------
PR: https://git.openjdk.org/jdk/pull/9748
More information about the hotspot-compiler-dev
mailing list