Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fec
/
158c2f5fd8191016ad8d91b4c55e11d77d58f589
/
.
/
cpu_features.s
blob: ef4ba4ecfc230495bc2ebbc74ff1c7a4f348df91 [
file
] [
log
] [
blame
]
.text
.global cpu_features
.type cpu_features
,@
function
cpu_features
:
pushl %ebx
pushl %ecx
pushl %edx
movl
$
1
,
%eax
cpuid
movl
%edx,%
eax
popl %edx
popl %ecx
popl %ebx
ret