Khem Raj
|
1150952697
|
glm: Remove redundant double semi-colons
Make clang happy
/glm/gtc/../ext/../detail/../simd/common.h:106:45: error: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Werror,-Wextra-semi-stmt]
| glm_vec4 const or0 = _mm_or_ps(and0, and1);;
| ^
| 1 error generated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
ago%!(EXTRA string=6 years) |
Christophe Riccio
|
76683aa287
|
Added vector ulp functions
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
6d34ae4c5e
|
Refactor EXT headers
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
8c9d16d868
|
Added quaternion EXT extensions
|
ago%!(EXTRA string=7 years) |
Kai Dietrich
|
708a886bb0
|
Add a CXX11-conditional test for exp2 precision with larger exponents
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
5ada4dbd65
|
Fixed exponential tests
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
01bac6a524
|
Improved exponential funtion test coverage
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
cedc72e07a
|
Fixed log test
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
45a716b893
|
Fixed epsilonEqual build
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
c83e38f9fb
|
Prevent TravisCI timeout, shorter test
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
9f6a96f65d
|
Workaround GCC tests failure
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
0e1e181484
|
Clean up
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
42d86b8955
|
Fixed exponential low level API
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
20cf68679c
|
SIMD sqrt optimizations including lowp
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
fc8b4404f0
|
Fixed faceforward build #289
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3f48ffefb0
|
Updated license
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
bf08a0e234
|
Replace function instanciations with macros by templates
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
c2d542562e
|
Fixed GLM_FORCE_SIZE_FUNC support overlook #245. Added uninitiallized constructor to quaternion. Fixed lack of conscistency or quaternion constructors with other types. Various uninitilized constructor optimizations
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
ac3c2e37f1
|
Rely on STL functions for GLM functions using the same prototype #233
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
2b747cbbad
|
Removed last references to GLM_FORCE_RADIANS
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
aeba3c6fe7
|
Quiet most GLM_FORCE_RADIANS messages
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
ccb25c84c7
|
Update copyright year
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
71035db795
|
Added ULP comparison between lowp and highp for inversesqrt
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
6f7eb97b87
|
Move content of core directory into detail directory. Reduced dependencies to glm.hpp.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
2a4434786e
|
Updated date
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
88d3927558
|
Updated copyright date
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
615262d52f
|
Clean up tests
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
c06484ff12
|
Clean up
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
e4421a9b0f
|
Updated copyright dates
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
137c5661b9
|
Added empty tests files
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
c891092425
|
Added unit tests for vector relational
|
ago%!(EXTRA string=14 years) |