RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v5]
Xiaohong Gong
xgong at openjdk.org
Fri Dec 1 01:22:15 UTC 2023
On Thu, 30 Nov 2023 20:13:06 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Not having a build time dependency on libsleef means you cannot really verify that the functions you want to call are correct, but maybe you feel secure that they will never change?
I'm not sure. The main reason that we add such a wrapper library is to catch the sleef's ABI version changing earlier (i.e. at build time). So using .s code and not including sleef at built time can not match this requirement?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16234#issuecomment-1835248759
More information about the build-dev
mailing list