std.intrinsic - SSE data type

The Anh Tran trtheanh at gmail.com
Wed Aug 13 18:40:00 PDT 2008


Sorry, typo :(
movmskpd	EAX,	XMM7;	
->
movmskpd	EDI,	XMM7;	

The Anh Tran wrote:
> movmskpd    ECX,    XMM7;
> is compiled to:
> movmskpd    EDI,    XMM7;
> 
> 
> Anyone else can confirm the same issue?
> Thanks.



More information about the Digitalmars-d mailing list