Hi everybody,
A historical question: Is instruction 'movaps' supported on Intel Pentium III CPUs?
Here is an example of how 'movaps' is usually used:
sqrtps xmm0, xmm0movaps xmmword ptr [ some address ], xmm0
Best regards,Sergey
Yes, movaps is present on Pentium III CPUs.
Hi Mark,
Thank you! And almostthe same question:Is instruction 'movaps' supported on IntelPentium II CPUs?
No.
Thanks, Tim. This is exactly what I wanted to know.