mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ktx-software: Disable AVX on x86_64
When using x86-64-v3 AVX gets enabled by default and this does not work well with ktx dependencies e.g. basisu Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2d8d6ec229
commit
839b3078cd
|
|
@ -13,4 +13,7 @@ SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f"
|
|||
|
||||
inherit cmake
|
||||
|
||||
# BASISU does not work with avx
|
||||
TUNE_CCARGS:append:x86-64 = " -mno-avx"
|
||||
|
||||
PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/opencl-icd"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user