I was just wondering if there is a way to tell Visual Studio to use
the MMX registers to improve performance.

Thanks.

Re: MMX registers by Alex

Alex
Fri Jul 20 02:34:55 CDT 2007

<bob@coolgroups.com> wrote:
> I was just wondering if there is a way to tell Visual
> Studio to use
> the MMX registers to improve performance.

No, there is no way. You will need to write a code by
yourself. However, there is /arch compiler option, which
will instruct a compiler to use SSE/SSE2 instruction set.

Alex