On Wed, 01 Apr 2009 15:00:54 -0500
DRC <dcomman...@users.sourceforge.net> wrote:

> Pierre Ossman wrote:
> > Odd. I guess RGB_PIXELSIZE must have been defined to something strange.
> > Have you checked that jsimdcfg.inc looks sane?
> >   
> OK, I figured out the problem.  For some reason, the code was using
> macros _DWORD and _MMWORD (which aren't defined) instead of DWORD and
> MMWORD.
> 

Ah, yes. I'm to blame for that. Those _* things are replaced by XMM_*.
They are used when loading a xmm register with something smaller than
the full register width. I believe there were some ideas of getting
more type checking once NASM properly understands xmm registers.

Rgds
-- 
Pierre Ossman            OpenSource-based Thin Client Technology
System Developer         Telephone: +46-13-21 46 00
Cendio AB                Web: http://www.cendio.com

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to