[clang] [flang] [Flang][AArch64][VecLib] Add libmvec support for Flang/AArch64 (PR #146453)

KAWASHIMA Takahiro via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 1 04:27:36 PDT 2025


================
@@ -34,6 +34,7 @@ page](https://llvm.org/releases/).
 
 * -floop-interchange is now recognized by flang.
 * -floop-interchange is enabled by default at -O2 and above.
+* -fveclib=libmvec is supported for AArch64 (same as Flang/x86 and Clang/AArch64)
----------------
kawashima-fj wrote:

Thanks. I added the GLIBC version information in the help message and the release note.

https://github.com/llvm/llvm-project/pull/146453


More information about the cfe-commits mailing list