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

Paul Sandoz psandoz at openjdk.org
Wed Nov 22 19:09:06 UTC 2023


On Wed, 22 Nov 2023 09:05:31 GMT, Andrew Haley <aph at openjdk.org> wrote:

> > Have you considered the possibility of copying the sleef source to the OpenJDK repository and thereby it becomes part of the build process? I don't know how straightforward that is technically and IANAL but I think it's worth exploring.
> 
> Hi @PaulSandoz ! Thanks for the suggestion! Copying the sleef source sounds good. However, I actually have no idea about how to handle the third-party licence in OpenJDK project. Do you have any idea about this area? Some suggestions/guidence from the JDK team will be much helpful. Thanks!

We (Oracle Java Platform Group) can handle the required "paperwork" on any third party dependencies and attribution of copyright before any PR can be integrated, if you can help detail what those are. First i think we need to determine if this is feasible e.g., copying a subset and integrating it into the build system, since it does not make sense to bring in the support for quad floats and DFT, which IIUC brings in a dependency on compiler support for OpenMP.

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

PR Comment: https://git.openjdk.org/jdk/pull/16234#issuecomment-1823335443


More information about the build-dev mailing list