Hi,

Can any one point me on how to convert this instruction into GCC compatible one?

These are some of the instructions I am most confused about!

src is a pointer.

prefetchnta 128[ESI]; //Intel version, ofcouse

 mov esi, src;

 mov ebx, size_t; 

movntdq 0[EDI], xmm0; //move data from registers to dest

What would this be in GCC inline?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.