mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
openvkl: disable avx ISAs for intel-corei7-64 machine
It enables them by default instead of checking based on what is supported. openvklTest throws following error: SIGILL - Illegal instruction signal Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
c88dfd9a79
commit
2b37e2a69c
|
@ -30,6 +30,12 @@ DEPENDS = "ispc-native rkcommon embree"
|
|||
EXTRA_OECMAKE += " \
|
||||
-DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
|
||||
"
|
||||
EXTRA_OECMAKE:intel-corei7-64 += " \
|
||||
-DOPENVKL_ISA_AVX=OFF \
|
||||
-DOPENVKL_ISA_AVX2=OFF \
|
||||
-DOPENVKL_ISA_AVX512SKX=OFF \
|
||||
"
|
||||
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
FILES:${PN}-examples = "\
|
||||
${bindir} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user