A historical question: Is instruction 'movaps' supported on Intel Pentium III CPUs?

A historical question: Is instruction 'movaps' supported on Intel Pentium III CPUs?

imagem de Sergey Kostrov

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, xmm0
movaps xmmword ptr [ some address ], xmm0

Best regards,
Sergey

5 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de Mark Charney (Intel)
Best Reply

Yes, movaps is present on Pentium III CPUs.

imagem de Sergey Kostrov

Hi Mark,

Thank you! And almostthe same question:Is instruction 'movaps' supported on IntelPentium II CPUs?

Best regards,
Sergey

imagem de TimP (Intel)
Quoting Sergey Kostrov

Thank you! And almostthe same question:Is instruction 'movaps' supported on IntelPentium II CPUs?

No.

imagem de Sergey Kostrov

Thanks, Tim. This is exactly what I wanted to know.

Faça login para deixar um comentário.