noeljohn <noel.daniel@xxxxxxx> writes: > The array as I have seen is not being treated as a vector. What it does is > it directly loads the integer array data into the stack. This is normally > done for processors which does not have a support for multiple loading and > storing of words. Is there any way by which we can convey gcc through macros > that our architecture supports this multiple loading and storing facility? I'm sorry, I don't understand what you mean. What specific instruction are you trying to generate, and what precisely does it do? When exact C code would you write that you would expect to generate this instruction? Ian