I can make use of the gnuabi library with LLVM or armclang by implicitly add -mveclib/-fsimdmath in each compiler on an aarch64 server. However, gcc seems do not have such options that can make use of the gnuabi library. I was not able to enable it after a long try and I also cannot supoort or example that who have done it with gcc on aarch64 on google.
So, Does the libsleefgnuabi applicable with gcc on aarch64?
If so Can anyone give me an example on how to use the library with gcc on aarch64?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can make use of the gnuabi library with LLVM or armclang by implicitly add -mveclib/-fsimdmath in each compiler on an aarch64 server. However, gcc seems do not have such options that can make use of the gnuabi library. I was not able to enable it after a long try and I also cannot supoort or example that who have done it with gcc on aarch64 on google.
So, Does the libsleefgnuabi applicable with gcc on aarch64?
If so Can anyone give me an example on how to use the library with gcc on aarch64?
gcc does not have an option for using sleef via its automatic vectorizer.
If you really need it, please send a request to the gcc mailing list.