__m128 keyword in .Net

M

Marc

Hi All

MSDN tell us that __m128 is a new keyword in VC .net. But I wrote a simple program and define some variable with it, compile report __m128 not defined. Why

Thanks
Mar
 
R

Rick

Huh?


Marc said:
Hi All,

MSDN tell us that __m128 is a new keyword in VC .net. But I wrote a simple
program and define some variable with it, compile report __m128 not defined.
Why?
 
Top