This adds X86 keyword to the kconfigs to indicate these are for x86. The old options are still there marked as deprecated. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
tests:
|
|
benchmark.kernel.application:
|
|
arch_allow: x86 arm riscv32 riscv64
|
|
min_flash: 34
|
|
min_ram: 32
|
|
tags: benchmark
|
|
timeout: 300
|
|
benchmark.kernel.application.fp.arm:
|
|
extra_args: CONF_FILE=prj_fp.conf
|
|
arch_allow: arm
|
|
filter: CONFIG_ARMV7_M_ARMV8_M_FP
|
|
min_flash: 34
|
|
min_ram: 32
|
|
tags: benchmark
|
|
slow: true
|
|
timeout: 300
|
|
benchmark.kernel.application.fp.x86.fpu:
|
|
extra_args: CONF_FILE=prj_fp.conf
|
|
extra_configs:
|
|
- CONFIG_X86_SSE=y
|
|
- CONFIG_X86_SSE_FP_MATH=n
|
|
arch_allow: x86
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
min_flash: 34
|
|
min_ram: 32
|
|
tags: benchmark
|
|
slow: true
|
|
timeout: 300
|
|
benchmark.kernel.application.fp.x86.sse:
|
|
extra_args: CONF_FILE=prj_fp.conf
|
|
extra_configs:
|
|
- CONFIG_X86_SSE=y
|
|
- CONFIG_X86_SSE_FP_MATH=y
|
|
arch_allow: x86
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
min_flash: 34
|
|
min_ram: 32
|
|
tags: benchmark
|
|
slow: true
|
|
timeout: 300
|
|
benchmark.kernel.application.posix:
|
|
arch_allow: posix
|
|
min_ram: 32
|
|
tags: benchmark
|