[Zlib-devel] ASM problem under Visual Studio 2005
William A. Rowe, Jr.
wrowe at rowe-clan.net
Fri Apr 28 17:30:07 EDT 2006
Gilles Vollant wrote:
> Probably the patch I submitted somes month ago
> - movd mm4,[esp+0]
> + movd mm4, dword ptr [esp+0]
Your patch is correct, MS has taken a hard line on type alignment, but
that doesn't quite mesh with the reporter's "syntax error" comment.
If it's a syntax error, you better check which ml.exe you are invoking,
it's possible that sse instructions aren't supported. Which compiler
and what exact compile line does it choke on, with which exact message?
More information about the Zlib-devel
mailing list