std.intrinsic - SSE data type
The Anh Tran
trtheanh at gmail.com
Wed Aug 13 18:36:22 PDT 2008
This should be posted on D.learn, but i think it also has some relevant
to intrinsic here :|
Currently D doesn't provide vector data type __attribute__((vector(xyz))
and intrinsics that operate on those vector types.
I'm forced to go back to asm{}.
And for asm, there is a bug in dmd.1.030
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