cpu/Kconfig: Remove old reference to ROMCC
Change-Id: I06425d8290a89e72a2420aeb6a9bc4b4acbaf498 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39070 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8297fa1e20
commit
32fecd689b
|
@ -27,15 +27,13 @@ config MMX
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
Select MMX in your socket or model Kconfig if your CPU has MMX
|
Select MMX in your socket or model Kconfig if your CPU has MMX
|
||||||
streaming SIMD instructions. ROMCC can build more efficient
|
streaming SIMD instructions.
|
||||||
code if it can spill to MMX registers.
|
|
||||||
|
|
||||||
config SSE
|
config SSE
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
Select SSE in your socket or model Kconfig if your CPU has SSE
|
Select SSE in your socket or model Kconfig if your CPU has SSE
|
||||||
streaming SIMD instructions. ROMCC can build more efficient
|
streaming SIMD instructions.
|
||||||
code if it can spill to SSE (aka XMM) registers.
|
|
||||||
|
|
||||||
config SSE2
|
config SSE2
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue