RFR: 8308966 Add intrinsic for float/double modulo for x86 AVX2 and AVX512 [v2]

Scott Gibbons sgibbons at openjdk.org
Thu Jun 1 13:43:11 UTC 2023


On Thu, 1 Jun 2023 01:05:52 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> Scott Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address review comments
>
> src/hotspot/cpu/x86/stubGenerator_x86_64_fmod.cpp line 134:
> 
>> 132: 
>> 133: //   q = DP_DIV_RZ(a, b);
>> 134:   __ vmovsd(xmm5, xmm18, xmm1);
> 
> This and other usage of vmovsd with blending two registers could be avoided.

I don't know what you mean.  Can you elaborate please?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14224#discussion_r1213174220


More information about the hotspot-compiler-dev mailing list