Added experimental files
This commit is contained in:
13
experimental/simd/sse.h
Normal file
13
experimental/simd/sse.h
Normal 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
|
||||
Reference in New Issue
Block a user