RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v2]

Xiaohong Gong xgong at openjdk.org
Mon Oct 23 09:10:06 UTC 2023


On Wed, 18 Oct 2023 08:18:45 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp line 8555:
>> 
>>> 8553:     } else {
>>> 8554:       if (FLAG_IS_DEFAULT(UseSleefLib)) {
>>> 8555:         log_info(library)("Fail to load sleef library!");
>> 
>> The library name being looked up is probably useful here too.
>
> Thanks for the review! I will address this in next commit.

It is disabled (i.e. `""`) by default. So the library name is not needed here.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16234#discussion_r1368354227


More information about the hotspot-dev mailing list