[PATCH] D134719: [AArch64] Enable libm vectorized functions via SLEEF

Zoƫ Gidiere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 11:51:18 PST 2023


duplexsystem added a comment.

Is there any chance of enabling this on platforms other than AArch64? Sleef has x86, AArch32, PowerPC64, System/390, CUDA, and WebAssembly support (although I am mostly interested in x86), in addition to AArch64. This makes sleef a very useful for platforms without libmvec (due either to a lack of architecture support or lack of glibc). I understand this MR is likely motivated by a lack of libmvec on anything but x86, but there are use cases on x86 particularly systems using musl libc.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134719/new/

https://reviews.llvm.org/D134719



More information about the llvm-commits mailing list