View Single Post
Re: c++ optimised vector class
Old
  (#7)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: c++ optimised vector class - 01-08-2004

I don't believe sse does.
Just started getting into SSE recently - haven't actually programmed with it yet though - so won't make something quite so dependent upon machine architecture just yet (though yes, I'm aware most venders these days support it). Using c++ operator overloading and a few inline functions can give a generic sort of vector class interface, so redoing it might be my first delving into SSE.


mirv the Silly Fish.

Last edited by mirv; 01-08-2004 at 11:32.. Reason: silly mistake
  
Reply With Quote