Added experimental files

This commit is contained in:
Christophe Riccio
2010-04-29 12:26:58 +01:00
parent 05439738b8
commit ee4a0878ad
208 changed files with 44725 additions and 0 deletions

13
experimental/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