From 2e28729d5e2ec2a35f6064ed096e3c45fb48c429 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Sep 2022 20:33:25 -0700 Subject: ltp: Remove fix for x86 with clang This is now in core Signed-off-by: Khem Raj --- conf/nonclangable.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index abe1dc2..b0221bc 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -282,10 +282,6 @@ TUNE_CCARGS:remove:pn-pipewire:toolchain-clang = "-Qunused-arguments" TUNE_CCARGS:remove:pn-tesseract:toolchain-clang = "-Qunused-arguments" TUNE_CCARGS:remove:pn-pulseaudio:toolchain-clang = "-Qunused-arguments" -# Clang on qemux86 errors out with -# error: the 'sse' unit is not supported with this instruction set -TUNE_CCARGS:remove:pn-ltp:toolchain-clang:x86 = "-mfpmath=sse" - # Disable altivec on ppc32 #/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'? # BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a); -- cgit v1.2.3-54-g00ecf