Browse Source
The SSE and SSE_FP_MATH configs exist only in the x86 architecture, so extract them to a separate prj_x86.conf file for the fp_sharing test. Fixes Kconfig warnings when building the test for frdm_k64f: - warning: attempt to assign the value "y" to the undefined symbol SSE - warning: attempt to assign the value "y" to the undefined symbol SSE_FP_MATH Signed-off-by: Maureen Helm <maureen.helm@nxp.com>pull/8557/head
3 changed files with 7 additions and 2 deletions
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
CONFIG_TEST=y |
||||
CONFIG_FLOAT=y |
||||
CONFIG_SSE=y |
||||
CONFIG_FP_SHARING=y |
||||
CONFIG_SSE_FP_MATH=y |
||||
CONFIG_STDOUT_CONSOLE=y |
||||
|
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
CONFIG_TEST=y |
||||
CONFIG_FLOAT=y |
||||
CONFIG_SSE=y |
||||
CONFIG_FP_SHARING=y |
||||
CONFIG_SSE_FP_MATH=y |
||||
CONFIG_STDOUT_CONSOLE=y |
Loading…
Reference in new issue