Improved OpenMP support detection for Clang, GCC, ICC and VC

This commit is contained in:
Christophe Riccio
2016-05-04 18:04:44 +02:00
parent ca3abd6e93
commit 20da5a25db
2 changed files with 27 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Improved GTC_random linearRand documentation
- Improved GTC_reciprocal documentation
- Improved GLM_FORCE_EXPLICIT_CTOR coverage #481
- Improved OpenMP support detection for Clang, GCC, ICC and VC
##### Fixes:
- Fixed GTX_extended_min_max filename typo #386