Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
f1ce6f2c2518b70eae23502593393fd40fd73806
/
.
/
src
/
cpu
/
x86
/
fpu_enable.inc
blob: bd7a7ff63071cba1077a8ca3c00496677fe56204 [
file
] [
log
] [
blame
]
/* preserve BIST in %eax */
__fpu_start
:
movl
%
eax
,
%
ebp
/* Disable floating point emulation */
movl
%
cr0
,
%
eax
andl $
~(
1
<<
2
),
%
eax
movl
%
eax
,
%
cr0
movl
%
ebp
,
%
eax