Added experimental files
This commit is contained in:
13
experimental/sse/sse.h
Normal file
13
experimental/sse/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