diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-28 12:52:19 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-28 12:52:19 +0100 |
| commit | f2fd19369acee977d246f57eb0156867323a3a05 (patch) | |
| tree | 30323cf295dd62bcbf25969b53b71c9e60457ecf /testing | |
| parent | c733107ad4931f8032455b2856bbe941030afb25 (diff) | |
| download | aports-f2fd19369acee977d246f57eb0156867323a3a05.tar.bz2 aports-f2fd19369acee977d246f57eb0156867323a3a05.tar.xz | |
testing/svt-av1: disable on x86
error: inlining failed in call to always_inline '_mm_load_sd': target specific option mismatch
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/svt-av1/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/svt-av1/APKBUILD b/testing/svt-av1/APKBUILD index c8c8a72c9b..c024c9bcea 100644 --- a/testing/svt-av1/APKBUILD +++ b/testing/svt-av1/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.8.0 pkgrel=1 pkgdesc="Scalable Vector Technology for AV1 encoder (SVT-AV1 Encoder)" url="https://01.org/svt" -arch="x86 x86_64" +arch="x86_64" # x86: inlining failed in call to always_inline '_mm_load_sd': target specific option mismatch license="BSD-2-Clause-Patent" options="!check" # No test suite from upstream makedepends="cmake yasm" |
