00001 00002 #ifndef __vec3d_hpp__ 00003 #define __vec3d_hpp__ 00004 00005 #ifdef SSE 00006 #include <crbn/basic/vec3_sse.hpp> 00007 #else 00008 #include <crbn/basic/vec3_c.hpp> 00009 #endif 00010 00011 #endif // __vec3d_hpp__