tests: benchmarks: footprint: really enable floating point on arm
Update the arm.conf to enable CONFIG_FLOAT for the float test and use a filter on that so we only run/build the test on SoCs/boards that support floating point hardware. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
2970ffff53
commit
276794b0d7
@ -10,3 +10,5 @@ CONFIG_HEAP_MEM_POOL_SIZE=256
|
||||
CONFIG_SYS_POWER_MANAGEMENT=y
|
||||
CONFIG_THREAD_CUSTOM_DATA=y
|
||||
CONFIG_NUM_IRQS=43
|
||||
CONFIG_FLOAT=y
|
||||
CONFIG_FP_SHARING=y
|
||||
|
||||
@ -27,4 +27,4 @@ extra_args = TEST=float
|
||||
build_only = true
|
||||
arch_whitelist = x86 arm
|
||||
platform_exclude = tinytile
|
||||
filter = not CONFIG_CPU_MINUTEIA
|
||||
filter = CONFIG_FLOAT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user