mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Only setup.hpp add instrinsics headers
This commit is contained in:
parent
9b6db1d04e
commit
eb3146b01e
@ -10,11 +10,6 @@
|
||||
#ifndef GLM_DETAIL_INTRINSIC_COMMON_INCLUDED
|
||||
#define GLM_DETAIL_INTRINSIC_COMMON_INCLUDED
|
||||
|
||||
//#include <mmintrin.h>
|
||||
//#include <emmintrin.h>
|
||||
#include <xmmintrin.h>
|
||||
#include <emmintrin.h>
|
||||
|
||||
__m128 _mm_abs_ps(__m128 x);
|
||||
|
||||
__m128 _mm_sgn_ps(__m128 x);
|
||||
|
@ -10,9 +10,6 @@
|
||||
#ifndef GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED
|
||||
#define GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED
|
||||
|
||||
#include <xmmintrin.h>
|
||||
#include <emmintrin.h>
|
||||
|
||||
#include "intrinsic_vector_relational.inl"
|
||||
|
||||
#endif//GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user