mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
arch: add corei7-avx
Signed-off-by: Steven Noonan <steven@uplinklabs.net> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2c879f95a0
commit
c060425f67
@ -13,6 +13,8 @@ config BR2_X86_CPU_HAS_SSE4
|
|||||||
bool
|
bool
|
||||||
config BR2_X86_CPU_HAS_SSE42
|
config BR2_X86_CPU_HAS_SSE42
|
||||||
bool
|
bool
|
||||||
|
config BR2_X86_CPU_HAS_AVX
|
||||||
|
bool
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Target Architecture Variant"
|
prompt "Target Architecture Variant"
|
||||||
@ -89,6 +91,16 @@ config BR2_x86_corei7
|
|||||||
select BR2_X86_CPU_HAS_SSSE3
|
select BR2_X86_CPU_HAS_SSSE3
|
||||||
select BR2_X86_CPU_HAS_SSE4
|
select BR2_X86_CPU_HAS_SSE4
|
||||||
select BR2_X86_CPU_HAS_SSE42
|
select BR2_X86_CPU_HAS_SSE42
|
||||||
|
config BR2_x86_corei7_avx
|
||||||
|
bool "corei7-avx"
|
||||||
|
select BR2_X86_CPU_HAS_MMX
|
||||||
|
select BR2_X86_CPU_HAS_SSE
|
||||||
|
select BR2_X86_CPU_HAS_SSE2
|
||||||
|
select BR2_X86_CPU_HAS_SSE3
|
||||||
|
select BR2_X86_CPU_HAS_SSSE3
|
||||||
|
select BR2_X86_CPU_HAS_SSE4
|
||||||
|
select BR2_X86_CPU_HAS_SSE42
|
||||||
|
select BR2_X86_CPU_HAS_AVX
|
||||||
config BR2_x86_atom
|
config BR2_x86_atom
|
||||||
bool "atom"
|
bool "atom"
|
||||||
select BR2_X86_CPU_HAS_MMX
|
select BR2_X86_CPU_HAS_MMX
|
||||||
@ -226,6 +238,7 @@ config BR2_GCC_TARGET_ARCH
|
|||||||
default "nocona" if BR2_x86_nocona
|
default "nocona" if BR2_x86_nocona
|
||||||
default "core2" if BR2_x86_core2
|
default "core2" if BR2_x86_core2
|
||||||
default "corei7" if BR2_x86_corei7
|
default "corei7" if BR2_x86_corei7
|
||||||
|
default "corei7-avx" if BR2_x86_corei7_avx
|
||||||
default "atom" if BR2_x86_atom
|
default "atom" if BR2_x86_atom
|
||||||
default "k8" if BR2_x86_opteron
|
default "k8" if BR2_x86_opteron
|
||||||
default "k8-sse3" if BR2_x86_opteron_sse3
|
default "k8-sse3" if BR2_x86_opteron_sse3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user