RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v2]
Hamlin Li
mli at openjdk.org
Thu Mar 14 09:14:05 UTC 2024
On Thu, 14 Mar 2024 08:59:09 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:
>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix variable name in github workflow
>
> .github/workflows/build-cross-compile.yml line 138:
>
>> 136: --arch=${{ matrix.debian-arch }}
>> 137: --verbose
>> 138: --include=fakeroot,symlinks,build-essential,libx11-dev,libxext-dev,libxrender-dev,libxrandr-dev,libxtst-dev,libxt-dev,libcups2-dev,libfontconfig1-dev,libasound2-dev,libfreetype-dev,libpng-dev,${{ extra-libs }}
>
> This will have to be `${{ matrix.extra-libs }}`
Thanks, fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18294#discussion_r1524497586
More information about the hotspot-dev
mailing list