Added experimental files

This commit is contained in:
Christophe Riccio
2010-04-14 13:27:44 +01:00
parent bc877da307
commit 4460f3af29
209 changed files with 44725 additions and 0 deletions

13
wip/simd/sse.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef GLM_SSE_H
#define GLM_SSE_H
#ifdef _WIN32
#include <xmmintrin.h>
#endif
#include "../glm/glm.h"
#include "../glm/glmext.h"
void test_sse();
#endif//GLM_SSE_H