diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-15 20:33:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-17 16:55:30 -0700 |
commit | 2e28729d5e2ec2a35f6064ed096e3c45fb48c429 (patch) | |
tree | 721a162763d2b41f9a09bbc06ba37e0afeaa30d5 | |
parent | e0bb79631aeb75ba87b61ce176cd1eeb7f449e46 (diff) | |
download | meta-clang-2e28729d5e2ec2a35f6064ed096e3c45fb48c429.tar.gz |
ltp: Remove fix for x86 with clang
This is now in core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 0 insertions, 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" | |||
282 | TUNE_CCARGS:remove:pn-tesseract:toolchain-clang = "-Qunused-arguments" | 282 | TUNE_CCARGS:remove:pn-tesseract:toolchain-clang = "-Qunused-arguments" |
283 | TUNE_CCARGS:remove:pn-pulseaudio:toolchain-clang = "-Qunused-arguments" | 283 | TUNE_CCARGS:remove:pn-pulseaudio:toolchain-clang = "-Qunused-arguments" |
284 | 284 | ||
285 | # Clang on qemux86 errors out with | ||
286 | # error: the 'sse' unit is not supported with this instruction set | ||
287 | TUNE_CCARGS:remove:pn-ltp:toolchain-clang:x86 = "-mfpmath=sse" | ||
288 | |||
289 | # Disable altivec on ppc32 | 285 | # Disable altivec on ppc32 |
290 | #/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'? | 286 | #/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'? |
291 | # BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a); | 287 | # BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a); |