On Mon, 31 Oct 2022 13:18:35 GMT, Ludovic Henry wrote:
>> src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp line 3528:
>>
>>> 3526: vpmulld(vcoef[idx], vcoef[idx], vnext, Assembler::AVX_256bit);
>>> 3527: }
>>> 3528: jmp(LONG_VECTOR_LOOP_BEGIN);
>>
>> Calculating backward forces you to do c
On Mon, 31 Oct 2022 02:35:18 GMT, Quan Anh Mai wrote:
>> Claes Redestad has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Require UseSSE >= 3 due transitive use of sse3 instructions from ReduceI
>
> src/hotspot/cpu/x86/c2_MacroAssembler_x8
> Continuing the work initiated by @luhenry to unroll and then intrinsify
> polynomial hash loops.
>
> I've rewired the library changes to route via a single `@IntrinsicCandidate`
> method. To make this work I've harmonized how they are invoked so that
> there's less special handling and checks