aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/Kconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index 1ad7ef1b1b..c1b84f9d44 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -27,15 +27,13 @@ config MMX
bool
help
Select MMX in your socket or model Kconfig if your CPU has MMX
- streaming SIMD instructions. ROMCC can build more efficient
- code if it can spill to MMX registers.
+ streaming SIMD instructions.
config SSE
bool
help
Select SSE in your socket or model Kconfig if your CPU has SSE
- streaming SIMD instructions. ROMCC can build more efficient
- code if it can spill to SSE (aka XMM) registers.
+ streaming SIMD instructions.
config SSE2
bool