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.
Last edited by mirv; 01-08-2004 at 11:32..
Reason: silly mistake
|