RFR: 8337062: x86_64: Unordered add/mul reduction support for vector api [v2]

Sandhya Viswanathan sviswanathan at openjdk.org
Wed Jul 24 21:35:31 UTC 2024


On Wed, 24 Jul 2024 19:17:09 GMT, Scott Gibbons <sgibbons at openjdk.org> wrote:

>> Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update tests and header
>
> src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp line 1790:
> 
>> 1788: 
>> 1789: void C2_MacroAssembler::unordered_reduce_operation_128(BasicType typ, int opcode, XMMRegister dst, XMMRegister src) {
>> 1790:   int vector_len = Assembler::AVX_128bit;
> 
> vector_len is unused in this function.

Thank, removed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20306#discussion_r1690479983


More information about the hotspot-compiler-dev mailing list