mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2026-05-01 03:24:56 +00:00
Update history to include @DanielGibson's SSE fixes
This commit is contained in:
@@ -176,6 +176,7 @@
|
|||||||
1.1.3
|
1.1.3
|
||||||
(*) Fixed compile error in C mode
|
(*) Fixed compile error in C mode
|
||||||
1.1.4
|
1.1.4
|
||||||
|
(*) Fixed SSE being included on platforms that don't support it
|
||||||
(*) Fixed divide-by-zero errors when normalizing zero vectors.
|
(*) Fixed divide-by-zero errors when normalizing zero vectors.
|
||||||
|
|
||||||
LICENSE
|
LICENSE
|
||||||
@@ -200,6 +201,7 @@
|
|||||||
Jeroen van Rijn (@J_vanRijn)
|
Jeroen van Rijn (@J_vanRijn)
|
||||||
Kiljacken (@Kiljacken)
|
Kiljacken (@Kiljacken)
|
||||||
Insofaras (@insofaras)
|
Insofaras (@insofaras)
|
||||||
|
Daniel Gibson (@DanielGibson)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ _This library is free and will stay free, but if you would like to support devel
|
|||||||
|
|
||||||
Version | Changes |
|
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.3** | Fixed compile error in C mode
|
||||||
**1.1.2** | Fixed invalid HMMDEF's in the function definitions
|
**1.1.2** | Fixed invalid HMMDEF's in the function definitions
|
||||||
**1.1.1** | Resolved compiler warnings on gcc and g++
|
**1.1.1** | Resolved compiler warnings on gcc and g++
|
||||||
|
|||||||
Reference in New Issue
Block a user