]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86-64: Disable libmvec ABI test for Clang
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 15 Dec 2024 21:11:26 +0000 (05:11 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 22 Dec 2024 04:51:56 +0000 (12:51 +0800)
commit9151ecbb5e5a3d2ee30826ab9cce3aa5575e3a70
tree0f6de0fe57cab198dd249ff943ed5720d482517b
parentb2ec6f72b86e2ed9d0244c2b4ad801706644c43b
x86-64: Disable libmvec ABI test for Clang

Unlike GCC, libmvec support in Clang is hard-coded.  Clang doesn't use
macros defined in <bits/libm-simd-decl-stubs.h> to support new libmvec
functions added to glibc and can't vectorize all test loops to test
libmvec ABI:

https://github.com/llvm/llvm-project/issues/120868

disable libmvec ABI test for Clang.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
sysdeps/x86_64/fpu/Makefile