Search found 1 match

by Guillaume
Tue Aug 31, 2010 2:00 pm
Forum: Release Announcements
Topic: Sony Vector Math library and SIMD math library open sourced
Replies: 5
Views: 129435

Re: Sony Vector Math library and SIMD math library open sour

Hi, I just discovered the lib (yes, 3 years later :)), and I read the code and found things like this: (somewhere in scalar/cpp/mat_aos.h, but ti's the same in all implementaiton) inline float Matrix4::getElem( int col, int row ) const { return this->getCol( col ).getElem( row ); } inline const Vect...