From b5ebda89d77337923e3be9e0ff5383881cfe5657 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 23 May 2016 19:30:42 +0200 Subject: [PATCH] Updated readme --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 724a109d..b2071dab 100644 --- a/readme.md +++ b/readme.md @@ -72,7 +72,6 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Improved OpenMP support detection for Clang, GCC, ICC and VC - Added constexpr for *vec*, *mat*, *quat* and *dual_quat* types #493 - Use Cuda built-in function for abs function implementation with Cuda compiler -- Added Visual C++ Clang toolset detection ##### Fixes: - Fixed GTX_extended_min_max filename typo #386