On Tue, 28 Nov 2023 12:25:57 GMT, Jatin Bhateja <jbhat...@openjdk.org> wrote:

>> src/hotspot/share/opto/library_call.cpp line 5448:
>> 
>>> 5446:   BasicType bt = elem_type->basic_type();
>>> 5447:   // Disable the intrinsic for 64-bit types with AVX2
>>> 5448:   if ((bt == T_LONG || bt == T_DOUBLE) && UseAVX == 2) {
>> 
>> Same as above.
>
> You can move this entire check to platform specific matcher file 
> (matcher_x86.hpp)

Please see the checks moved to matcher_x86.hpp. Was suggested the same 
yesterday.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16534#discussion_r1408409059

Reply via email to