shithub: mc

ref: 4acd9ee51a541f94e81457b1a7fb3accbd790696
dir: /mbld/cpufeatures+x64.s/

View raw version
.globl bld$cpufeatures
.globl bld$_cpufeatures
bld$cpufeatures:
bld$_cpufeatures:
	mov	$0x1, %eax
	cpuid
	mov	%ecx, %eax
	rol	$32, %rax
	shrd	$32, %rdx, %rax
	ret