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
|
6492c8593f
|
- Added mix implementation for matrices in EXT_matrix_common #842
|
ago%!(EXTRA string=6 years) |
Christophe Riccio
|
daf14f0f74
|
Added bitfieldRotate tests #862
|
ago%!(EXTRA string=6 years) |
Christophe Riccio
|
ef9d65e0c6
|
Added GLM_FORCE_INTRINSICS define
|
ago%!(EXTRA string=6 years) |
Florian Penzkofer
|
d0ae3f966e
|
Fix bitfieldInsert according to GLSL spec
"bitfieldInsert inserts the bits least significant bits of insert into base at offset offset..."
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
abff0a39ac
|
Fixed build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
3d26f49775
|
Added GLM_FORCE_ALIGNED_GENTYPES to enable aligned types and SIMD instruction are not enabled. This disable constexpr #816
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
81d626daf6
|
Added test for #764
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
76683aa287
|
Added vector ulp functions
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
32573c86ec
|
Fixed double tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
e259e2789d
|
Fixed double tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
84d5e96144
|
Clean up dead files
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
21d0092f6a
|
Fixed simplex noise build with double #734
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
59cae7b5cb
|
Added constant time ULP distance between float #121
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
0f4a597f10
|
Added matrix relationak function taking ULPs
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
d5df61aa66
|
Fixed tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
635ff4ef2d
|
Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
9c8a348e21
|
Clean up test
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
fe83040cbd
|
Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
72327cea4f
|
Added equal and notEqual overload with max ULPs parameters for scalar numbers #121
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
c334499931
|
Fixed Clang 3.6 build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
d479d5bf35
|
Tentative fix Travis
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
7c445ee93d
|
Clean up GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
f56011fb20
|
Fixed aligned test on compilers that doesn't support it
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
87f9f3bd78
|
Added manual documentation for GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
0fdf6a3f3a
|
Fixed unknown target
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
de4dbc5662
|
Improved disabling auto detection
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
b1c2cc64fd
|
Added platform unknown test
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
f84216c735
|
Clean up messages
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
84797af694
|
Added transpose test
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
007fe0ff65
|
Fixed perf mat div test to avoid NaN
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
89f345d5fb
|
Added perf tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
133b1f9223
|
Added SIMD tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
683a0f6119
|
Fixed warnings
|
ago%!(EXTRA string=7 years) |
Groove
|
e19734f6fc
|
Added SIMD perf tests
|
ago%!(EXTRA string=7 years) |
Groove
|
72bf05e06e
|
Clean up detection
|
ago%!(EXTRA string=7 years) |
Groove
|
77d3914f91
|
Fixed warnings
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
bb98016c33
|
Fixed VC warning
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
597ac53f20
|
Fixed SIMD build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
cec74162ff
|
Fixed VC warnings
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
bee480347c
|
Fixed build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
e1f44ea397
|
Fixed clang warning
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
fceca6cf19
|
Fixed tests, clean up
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
ef9f9f8028
|
Added rotate test
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
61540a5204
|
Added missing fmin and fmax overloads
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
c4ed4ed0c7
|
Added EXT_scalar_common, EXT_vector_common and EXT_quaternion_exponential extensions
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
f905aecd23
|
Sliced matrix transform extension
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
15fe4e84cc
|
More tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
72c3b98e5b
|
Fixed warnings
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
7489d5d01e
|
Fixed warnings
|
ago%!(EXTRA string=7 years) |