Leave SSE and MMX instructions enabled in coreboot
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 18 Jan 2012 22:28:52 +0000 (23:28 +0100)
committerPatrick Georgi <patrick@georgi-clan.de>
Fri, 20 Jan 2012 13:39:00 +0000 (14:39 +0100)
commitc6daaa7497489c578263cc057b2903c04000b01e
tree85d91202d20bf2608858aa1da4173ba23b647ab1
parent938ae3ed18ac72878e572e4cdc2ff5029fe97d74
Leave SSE and MMX instructions enabled in coreboot

In order to use SSE+MMX optimized payloads we don't want to disable SSE+MMX
instructions in the CPU after romstage.

Change-Id: I51aeb01f04492ad7bc8b1fe181a4ae17fe0ca61e
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/553
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/arch/x86/Makefile.inc
src/cpu/x86/mmx_disable.inc [deleted file]
src/cpu/x86/sse_disable.inc [deleted file]