nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] mesh_mrm_skin.cpp and assembly language


From: Loic Dachary
Subject: Re: [Nel] mesh_mrm_skin.cpp and assembly language
Date: Fri, 12 Apr 2002 11:58:29 +0200

Lionel Berenguier writes:
 > Ok, I think it was the problem that loic had (10/04/02). it is fixed and
 > maybe you have an old version.
 > 
 > verify that in mesh_mrm_skin.cp, line 446, you have this one:
 > 
 > class CMatrix3x4SSE : public  CMatrix3x4 { };
 > 
 > If you have this one:
 > 
 > typedef CMatrix3x4 CMatrix3x4SSE;
 > 

        The problem materializes in a different way with the typedef
(conflicting types for CMatrix3x4 and CMatrix3x4SSE). I saw the behaviour
described in the report when adding:

 #define CMatrix3x4SSE CMatrix3x4

        but I guess it's not what was done in this specific case. And
it's definitely not the way to go ;-)

        Cheers,

-- 
Loic   Dachary         http://www.dachary.org/  address@hidden
12 bd  Magenta         http://www.senga.org/      address@hidden
75010    Paris         T: 33 1 42 45 07 97          address@hidden
        GPG Public Key: http://www.dachary.org/loic/gpg.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]