Joonas Sarajärvi
da530ac46e
Fix integer version of glm::log2 for GCC
...
This pretty much reverts the fix done in commit
1ed0e3865b
This temporarily breaks log2 for GCC in cases where GLM_FORCE_PURE
is not defined. The workaround introduced in commit
1ed0e3865b
seems to rely
on getting invalid results from the nlz function.
Broken nlz is caused by a broken findMSB function for GCC.
A fix for the findMSB function should be available in a nearby
separate commit.
ago%!(EXTRA string=13 years)
Christophe Riccio
72a01d3432
Experiment to do
ago%!(EXTRA string=13 years)
Christophe Riccio
09a8d5a621
Fixed warning from #123 comments
ago%!(EXTRA string=13 years)
Christophe Riccio
ab552c3acd
Compiled GLM site
ago%!(EXTRA string=13 years)
Christophe Riccio
485700a546
Updated downloads
ago%!(EXTRA string=13 years)
Christophe Riccio
5506d67789
Getting GLM 0.9.3.4 release
ago%!(EXTRA string=13 years)
Christophe Riccio
ac8ec9b97c
Fixed SSE includes with GCC
ago%!(EXTRA string=13 years)
Christophe Riccio
9bd19663c1
Fixed #186 , fixed warning
ago%!(EXTRA string=13 years)
Christophe Riccio
3ab80ffe6d
Fixed #187 , fixed bitfieldExtract for vector based type
ago%!(EXTRA string=13 years)
Christophe Riccio
a979cb483e
Updated readme for GLM 0.9.3.4 release
ago%!(EXTRA string=13 years)
Christophe Riccio
e26b0587b2
Deleted VIRTREV_xstream
ago%!(EXTRA string=13 years)
Christophe Riccio
6eeec5c191
Updated index
ago%!(EXTRA string=13 years)
Christophe Riccio
a5e450cc01
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
ba6807b754
Added SSE4 and AVX2 detection, most changes from d9dc21328f
ago%!(EXTRA string=13 years)
Christophe Riccio
b88c550a10
Updated version for next release
ago%!(EXTRA string=13 years)
Christophe Riccio
febf667159
Updated links
ago%!(EXTRA string=13 years)
Christophe Riccio
c4d886a3d6
Updared readme
ago%!(EXTRA string=13 years)
Christophe Riccio
965873430c
Prepare GLM 0.9.3.3 release
ago%!(EXTRA string=13 years)
Christophe Riccio
ac0c938442
Fixed VC warning
ago%!(EXTRA string=13 years)
Christophe Riccio
ff3ad788df
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
ade527271e
Fixed transpose test
ago%!(EXTRA string=13 years)
Christophe Riccio
45f82ab884
Added transpose test
ago%!(EXTRA string=13 years)
Christophe Riccio
34dc3a6ef6
Fixed matrixCompMult function for none square matrix
ago%!(EXTRA string=13 years)
Christophe Riccio
6920963069
Updated readme.txt
ago%!(EXTRA string=13 years)
Christophe Riccio
a5fdf3c1bf
Fixed ticket #182 , isnan and isinf conflicts
ago%!(EXTRA string=13 years)
Christophe Riccio
928ed30fe0
Fixed namespace issue with stream operators
ago%!(EXTRA string=13 years)
Christophe Riccio
fb220d3f84
Fixed warnings: cast and redefined defines
ago%!(EXTRA string=13 years)
Christophe Riccio
4989ad5a97
Fixed android detection #180
ago%!(EXTRA string=13 years)
Christophe Riccio
17eb14125a
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
958bb6f6ca
Fixed GTX_compatibility on Android r7
ago%!(EXTRA string=13 years)
Christophe Riccio
4585395a89
Added CMake test build options
ago%!(EXTRA string=13 years)
Christophe Riccio
ac768ea12b
Added an alias (slerp) for mix with quaternions
ago%!(EXTRA string=13 years)
Christophe Riccio
874a675bb9
Fixed nextafter for float on Intel compiler
ago%!(EXTRA string=13 years)
Christophe Riccio
535f67e45e
Ticket #176 , workaround for Intel compiler which has a bug with lookAt
ago%!(EXTRA string=13 years)
Christophe Riccio
a2833dcb3c
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
17563f9a28
Fixed perspectiveFov
ago%!(EXTRA string=13 years)
Christophe Riccio
7373e7b8da
Promote eulerAngles to GTC quaternion extension
ago%!(EXTRA string=13 years)
Christophe Riccio
fa84c6d1b0
Added length implementation
ago%!(EXTRA string=13 years)
Christophe Riccio
28ea6eb5c4
Merge pull request #5 from zhumeng1989/mytest
...
Fixed a bug in test/gtx_simd_mat4->test_mulD
ago%!(EXTRA string=13 years)
Meng Zhu
4479150858
Fixed a bug in test/gtx_simd_mat4->test_mulD
ago%!(EXTRA string=13 years)
Christophe Riccio
82f86a8057
Added GLM 0.9.3.2 release
ago%!(EXTRA string=13 years)
Christophe Riccio
cca0dfa3b9
Updated github post
ago%!(EXTRA string=13 years)
Christophe Riccio
14cfe58ede
Move repository to git
ago%!(EXTRA string=13 years)
Christophe Riccio
b963dab49d
Removed api doc form the repository
ago%!(EXTRA string=13 years)
Christophe Riccio
8537e33b8d
Fixed ticket 169, parameter not used for mat division
ago%!(EXTRA string=13 years)
Christophe Riccio
edccfa24b9
Fixed Clang version defines, ticket #170
ago%!(EXTRA string=14 years)
Christophe Riccio
b08fd7e4b3
Added background
ago%!(EXTRA string=14 years)
Christophe Riccio
92de55115b
Release 0.9.3.1
ago%!(EXTRA string=14 years)
Christophe Riccio
584c24875a
Added API doc
ago%!(EXTRA string=14 years)
Christophe Riccio
e09a042c34
Removed old API doc
ago%!(EXTRA string=14 years)