Added Visual C++ Clang toolset detection

This commit is contained in:
Christophe Riccio
2016-05-23 19:25:07 +02:00
parent c0fc71803c
commit 74367aca3c
2 changed files with 17 additions and 16 deletions

View File

@@ -72,6 +72,7 @@ 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