Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
f1ce6f2c2518b70eae23502593393fd40fd73806
/
.
/
src
/
cpu
/
x86
/
sse_enable.inc
blob: 95724b71f7705eeb5537e599471bfe06cc139cd7 [
file
] [
log
] [
blame
]
/* preserve BIST in %eax */
movl
%
eax
,
%
ebp
/*
* Enable the use of the xmm registers
*/
/* Enable sse instructions */
movl
%
cr4
,
%
eax
orl $
(
1
<<
9
),
%
eax
movl
%
eax
,
%
cr4
movl
%
ebp
,
%
eax