diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-06-23 17:12:08 -0700 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-03-03 09:15:10 +0100 |
commit | ccf28ba9cb562e74ce17439d88dcc5a10aefeef6 (patch) | |
tree | 6571160448d623dbee76028354cdeef9afdee149 /util/vgabios/include | |
parent | 067d22340c68d21f0dd5a33cf02701bc54005a0d (diff) |
Use -mno-sse to prevent overzealous gcc optimizations
The offending part that made coreboot crash with some toolchains
was that gcc emits SSE instructions but coreboot did not enable SSE at
that point.
Since the gain for coreboot using SSE instructions is not measurable,
let's not use SSE instructions rather than enabling SSE early on.
One rationale behind this is that other parts of coreboot, like the
SMM handler would need fixing because the XMM registers are not saved
on SMM entry. Thus keep it simple.
Change-Id: I14f0942f300085767ece44cec570fb15c761e88d
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/694
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'util/vgabios/include')
0 files changed, 0 insertions, 0 deletions