Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

fastmm 16 byte alignment

24 views
Skip to first unread message

Bruce Wayne

unread,
Aug 10, 2008, 3:56:43 PM8/10/08
to
I'm using FastMM with 16 byte alignment on, but I'm still having problems
with some sse-instructions:

type TComplex = packed record
real, imag: Double;
end;

When trying

movapd xmm1, DQWord ptr [C1.real]

I get an access violation while

movupd xmm1, DQWord ptr [C1.real]

works. I uncommented the {$define Align16Bytes} in Fastmm4.inc and put
FastMM4 in my dpr, is there anything else I must do?

0 new messages