Answer the question
In order to leave comments, you need to log in
Delphi 10.4.1 sees the XMM0-XMM7 register but complains about XMM8 and more, why?
asm
// .NOFRAME
movdqu XMM7, dqword ptr [CV]
movdqu XMM8, dqword ptr [CV + 16]
movdqu XMM9, dqword ptr [CV + 32]
pxor XMM2, XMM2
//bStep -> rdx
cvtsd2ss XMM13, qword ptr [bStep]
cvtsd2ss XMM0, qword ptr [bStep + 8]
cvtsd2ss XMM1, qword ptr [bStep + 16]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question