Browse Source

changelog: Added aligned_*vec3 simd support #1245

Christophe 1 year ago
parent
commit
7adb4a5040
1 changed files with 1 additions and 0 deletions
  1. 1 0
      readme.md

+ 1 - 0
readme.md

@@ -109,6 +109,7 @@ target_link_libraries(main PRIVATE glm::glm)
 
 #### Improvements:
 - Enables only warnings as errors while building unit tests
+- Added aligned_*vec3 simd support #1245
 
 #### Fixes:
 - Fixed C++ language auto detection build, disable C++98 warnings with Clang #1235, #1231