Added test files and fixed build errors for experimental extensions.

This commit is contained in:
Christophe Riccio
2013-10-27 22:38:22 +00:00
parent 2e72af3f6d
commit fbb54649b7
41 changed files with 283 additions and 318 deletions

View File

@@ -4,14 +4,12 @@
// Created : 2013-10-25
// Updated : 2013-10-25
// Licence : This source is under MIT licence
// File : test/gtx/associated_min_max.cpp
// File : test/gtx/optimum_pow.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <emmintrin.h>
#include <glm/glm.hpp>
#include <glm/gtc/type_precision.hpp>
#include <glm/gtx/associated_min_max.hpp>
#include <glm/gtx/optimum_pow.hpp>
int main()
{