From 924ee43923df3863a71effd8b2d073da8711e623 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Tue, 13 Jun 2017 11:39:42 -0500 Subject: [PATCH] Update history to include @DanielGibson's SSE fixes --- HandmadeMath.h | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HandmadeMath.h b/HandmadeMath.h index d32082e..890dd7e 100644 --- a/HandmadeMath.h +++ b/HandmadeMath.h @@ -176,6 +176,7 @@ 1.1.3 (*) Fixed compile error in C mode 1.1.4 + (*) Fixed SSE being included on platforms that don't support it (*) Fixed divide-by-zero errors when normalizing zero vectors. LICENSE @@ -200,6 +201,7 @@ Jeroen van Rijn (@J_vanRijn) Kiljacken (@Kiljacken) Insofaras (@insofaras) + Daniel Gibson (@DanielGibson) */ diff --git a/README.md b/README.md index 000878f..8ed513c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _This library is free and will stay free, but if you would like to support devel Version | Changes | ----------------|----------------| -**1.1.4** | Fixed divide-by-zero errors when normalizing zero vectors. +**1.1.4** | Fixed SSE being included on platforms that don't support it, and fixed divide-by-zero errors when normalizing zero vectors. **1.1.3** | Fixed compile error in C mode **1.1.2** | Fixed invalid HMMDEF's in the function definitions **1.1.1** | Resolved compiler warnings on gcc and g++