Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

passing C++ variables to registers

locian
Beginner
284 Views
Hi,
I want to pass C++ variables to the processor register and I am working on Xscale and using eVC with intel C++ compiler for eVC.
for example I want to have a variable x and place its value in a certain register to perform some actions on it.
Thank you
0 Kudos
1 Reply
Intel_C_Intel
Employee
284 Views
I don't have the latest compiler to try out, but make sure you're using the 2.0 version of the compiler and not the 1.2 version. I'll see if I can find some examples around here somewhere.
0 Kudos
Reply