Skip to content

Commit

Permalink
Fixed non-utf8 character #196
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Riccio committed May 4, 2014
1 parent 6c22a0b commit e5ee353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions glm/detail/type_half.inl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ namespace detail
volatile float f = 1e10;

for(int i = 0; i < 10; ++i)
f *= f; // this will overflow before
// the for­loop terminates
f *= f; // this will overflow before the for loop terminates
return f;
}

Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ GLM is a header only library, there is nothing to build, just include it.
More informations in GLM manual:
https://glm.g-truc.net/glm.pdf

================================================================================
GLM 0.9.5.4: 2014-0X-XX
--------------------------------------------------------------------------------
- Fixed non-utf8 space character #196

================================================================================
GLM 0.9.5.3: 2014-04-02
--------------------------------------------------------------------------------
Expand Down

0 comments on commit e5ee353

Please sign in to comment.