Hi,
I am just wondering what VC++ 6.0 and VC++.NET does the compiler emits
certain MMX, SSE, SSE2 etc code or higher advanced code we can have from the
P4?
e.g. do3d() -----> poafpso xmm
sldkufds xmm2
etc
Thanks
Jack

Re: Code Emission by Jacky

Jacky
Tue Dec 16 02:06:19 CST 2003

I mean statement and sort of


"Jacky Luk" <nospam@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
:Obeytn6wDHA.2784@tk2msftngp13.phx.gbl...
> Hi,
> I am just wondering what VC++ 6.0 and VC++.NET does the compiler emits
> certain MMX, SSE, SSE2 etc code or higher advanced code we can have from
the
> P4?
> e.g. do3d() -----> poafpso xmm
> sldkufds xmm2
> etc
> Thanks
> Jack
>
>



Re: Code Emission by adebaene

adebaene
Tue Dec 16 10:52:01 CST 2003

"Jacky Luk" <nospam@nospam.com> wrote in message news:<Obeytn6wDHA.2784@tk2msftngp13.phx.gbl>...
> Hi,
> I am just wondering what VC++ 6.0 and VC++.NET does the compiler emits
> certain MMX, SSE, SSE2 etc code or higher advanced code we can have from the
> P4?
> e.g. do3d() -----> poafpso xmm
> sldkufds xmm2
Yes.

VC6 --> See the "Processor pack" on MSDN site.
VC.NET : See the article "MMX, SSE, and SSE2 Intrinsics" in the MSDN documentation.

Arnaud
MVP - VC