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

Hamlin Li mli at openjdk.org
Tue Oct 15 12:16:28 UTC 2024


On Tue, 15 Oct 2024 11:04:40 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update make/autoconf/flags-cflags.m4
>>   
>>   Co-authored-by: Magnus Ihse Bursie <mag at icus.se>
>
> make/autoconf/flags-cflags.m4 line 920:
> 
>> 918:   # ACLE and this flag are required to build the aarch64 SVE related functions in
>> 919:   # libvectormath.
>> 920:   if test "x${OPENJDK_TARGET_CPU}" = "xaarch64"; then
> 
> Suggestion:
> 
>   if test "x$OPENJDK_TARGET_CPU" = "xaarch64"; then

Thanks, Fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21502#discussion_r1801048212


More information about the build-dev mailing list