Software Archive
Read-only legacy content
17061 Discussions

MIC General purpose register to vector register move

James_C_9
Beginner
475 Views

Is there any way of moving data from general purpose register to MIC vector register without going through memory?

By the way, xeon phi system software development guide says there is an VABSDIFPI instruction,  but there seems to be no intrinsics posted in ICC compiler reference.   So which is correct?

 


 

0 Kudos
2 Replies
SSB_T_
Beginner
475 Views

xeon phi system software development guide it will help you

0 Kudos
Evgueni_P_Intel
Employee
475 Views

Dear James C.,

Data can go from GPR to vector registers only via L1 cache (or memory) -- this seems to be true since SSE2.

I have forwarded your question regarding the intrinsic to the compiler team.

Thank you.

Evgueni.

0 Kudos
Reply