[ODE] Some SSE in Quick step

Nguyen Binh ngbinh at glassegg.com
Fri May 28 11:38:52 MST 2004


        Aside from technical thing (SSE/3DNow stuff), we need to
        re-arrange some major data of ODE.

        Right now, the J (Joint) matrix is not properly 4 bytes
        aligned. Although we do use
        J = ALLOCA16 (m*12)
        But internally, a J element is four 3 element vectors. That
        mean those vector is not SSE friendly.

        Change the data in J involved rather much work as we have to
        take care of all joints and some place in the solver.
        
-- 
Best regards,

---------------------------------------------------------------------
   Nguyen Binh
   Software Engineer
   Glass Egg Digital Media
   
   E.Town Building  
   7th Floor, 364 CongHoa Street
   Tan Binh District,
   HoChiMinh City,
   VietNam,

   Phone : +84 8 8109018
   Fax   : +84 8 8109013

     www.glassegg.com
---------------------------------------------------------------------



More information about the ODE mailing list