Make *slightly* faster
This commit is contained in:
parent
a89bc395b2
commit
5e78628e6e
@ -313,12 +313,14 @@ read_float_convert:
|
||||
mov rax,0
|
||||
movq xmm0,rax
|
||||
|
||||
movss xmm7,[_10f]
|
||||
|
||||
xor rcx,rcx
|
||||
read_float_convert_whole_loop:
|
||||
cmp rcx,r14
|
||||
je read_float_convert_dec_prepare
|
||||
|
||||
mulss xmm0,[_10f]
|
||||
mulss xmm0,xmm7
|
||||
|
||||
xor eax,eax
|
||||
mov al,[rsp+rcx]
|
||||
|
Loading…
Reference in New Issue
Block a user