RFR: 8278173: [vectorapi] Add x64 intrinsics for unsigned (zero extended) casts [v2]
Quan Anh Mai
duke at openjdk.java.net
Thu Feb 10 15:14:49 UTC 2022
On Thu, 10 Feb 2022 05:05:05 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Quan Anh Mai has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - minor rename
>> - address reviews
>
> src/hotspot/cpu/x86/x86.ad line 7288:
>
>> 7286: break;
>> 7287: default: assert(false, "%s", type2name(to_elem_bt));
>> 7288: }
>
> Please move this into a macro assembly routine.
Fixed, thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7358
More information about the core-libs-dev
mailing list