Compare commits
No commits in common. "9ab62d05457a1eda4702335d5db5f1520d7470a2" and "53d86eb539fa5c99b6ec29c6c51ed1650e000844" have entirely different histories.
9ab62d0545
...
53d86eb539
@ -6,7 +6,6 @@ global ?GetExtFeatureBits_1@CPU@ehs@@SAIXZ
|
||||
global ?GetExtFeatureBits_2@CPU@ehs@@SAKXZ
|
||||
global ?GetExtFeatureBits_3@CPU@ehs@@SAKXZ
|
||||
global ?GetBrand@CPU@ehs@@SAXPEAD@Z
|
||||
global ?GetCacheLineSize@CPU@ehs@@SAEXZ
|
||||
|
||||
section .text
|
||||
?GetManufacturer@CPU@ehs@@SAXPEAD@Z:
|
||||
@ -125,17 +124,4 @@ section .text
|
||||
|
||||
POP RBX
|
||||
|
||||
RET
|
||||
|
||||
?GetCacheLineSize@CPU@ehs@@SAEXZ:
|
||||
PUSH RBX
|
||||
|
||||
MOV EAX, 0x80000006
|
||||
CPUID
|
||||
|
||||
XOR EAX, EAX
|
||||
MOV AL, CL
|
||||
|
||||
POP RBX
|
||||
|
||||
RET
|
Loading…
x
Reference in New Issue
Block a user