Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

why isnot __m64 working?

zeropoint17
Beginner
148 Views
dear experts,
my environment: pxa250,intel c++ compiler,embedded c++4.0
I want to use __m64 type.
__m64 temp1,temp2;
;;;
temp1 = temp2;
why canot the value of temp2 give temp1 by above method?
Thanks in advance.
0 Kudos
0 Replies
Reply