You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
18 lines
790 B
18 lines
790 B
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net) |
|
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// Created : 2009-06-09 |
|
// Updated : 2009-06-09 |
|
// Licence : This source is under MIT License |
|
// File : glm/core/intrinsic_vector_relational.hpp |
|
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
|
|
#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
|
|
|