RFR: 8294588: Auto vectorize half precision floating point conversion APIs [v2]

Vladimir Kozlov kvn at openjdk.org
Wed Dec 7 02:43:15 UTC 2022


On Wed, 7 Dec 2022 01:55:23 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> Smita Kamath has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated code as per review comments
>
> src/hotspot/share/opto/vectornode.cpp line 263:
> 
>> 261:     return Op_SignumVD;
>> 262:   case Op_ConvHF2F:
>> 263:     return Op_VectorCastH2F;
> 
> Could we use the same name style with the scalar op, i.e. `"Op_VectorCastHF2F"` ?

I support this suggestion. Lets be consistent.

-------------

PR: https://git.openjdk.org/jdk/pull/11471


More information about the hotspot-compiler-dev mailing list