From d7abee5d805e16b333d5a667f62d08337bb7b7bd Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 4 May 2016 21:07:57 +0200 Subject: [PATCH] Updated readme with SIMD and swizzle interaction --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index c9fc6b8f..9c853bdd 100644 --- a/readme.md +++ b/readme.md @@ -62,8 +62,10 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Added 8bit pack and unpack to GTC_packing - Added missing bvec* && and || operators - Added iround and uround to GTC_integer, fast round on positive values +- Added raw SIMD API ##### Improvements: +- Improved SIMD and swizzle operators interactions with GCC and Clang - Improved GTC_random linearRand documentation - Improved GTC_reciprocal documentation - Improved GLM_FORCE_EXPLICIT_CTOR coverage #481