zephyr/tests/benchmarks
Kumar Gala d31814e990 tests: Fix floating point test variants on x86 w/LLVM
LLVM doesn't support SSE + 387 math.  As such if SSE is enabled we
have to utilize SSE floating point.  To utilize 387 math, SSE has
to be disabled.

Update the floating point related tests to introduce 387 only variants
that will build on both GCC & LLVM based tools.  Than we exclude llvm
based (llvm, oneApi) toolchains from the CONFIG_X86_SSE_FP_MATH=n and
CONFIG_X86_SSE=y test variants.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-02-21 08:25:38 -05:00
..
app_kernel tests: Fix floating point test variants on x86 w/LLVM 2023-02-21 08:25:38 -05:00
cmsis_dsp yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
data_structure_perf
footprints
latency_measure tests: benchmark: no reason why we are excluding architectures 2023-02-19 20:38:53 -05:00
mbedtls
sched
sched_userspace
sys_kernel