Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1094 Discussions

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

SergeyKostrov
Valued Contributor II
505 Views

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

0 Kudos
1 Solution
MarkC_Intel
Moderator
505 Views
Yes, movaps is present on Pentium III CPUs.

View solution in original post

0 Kudos
4 Replies
MarkC_Intel
Moderator
506 Views
Yes, movaps is present on Pentium III CPUs.
0 Kudos
SergeyKostrov
Valued Contributor II
505 Views
Hi Mark,

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

Best regards,
Sergey
0 Kudos
TimP
Honored Contributor III
505 Views
Quoting Sergey Kostrov

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


No.
0 Kudos
SergeyKostrov
Valued Contributor II
505 Views
Thanks, Tim. This is exactly what I wanted to know.
0 Kudos
Reply