"Vector3D SSE" is a C++ header library for fast operations on vectors / matrices ( 3D / 3x3 ) using Streaming SIMD Extensions ( SSE, SSE 2, SSE 3, SSE 4.1 and SSE 4.2 ); tends to be used in 3D graphic applications and game developement.
News:
2011-01-14
Preliminary svn benchmark is running and will be published once the data has been evaluated :)
2011-01-09
Version 0.1b_r2 published
Upcoming:
Version 0.2a
Benchmarking results and code will be published
A new datatype for vectors will be added
Still, the low level datatype (Vector3D_t) is available (and will be in all further versions)
Vector operations via overloaded operators will be added (via new datatype)