Skip to content

Tags: Veryzon/cglm

Tags

v0.5.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request recp#88 from yushli/master

Update quat.h

v0.5.3

drop glm__memcpy, glm__memset and glm__memzero

* implement mat3_zero and mat4_zero functions
* copy matrix items manually in ucopy functions

v0.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request recp#72 from recp/simd-update

SIMD update (NEON, SSE3, SSE4) + Features

v0.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.4.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request recp#63 from recp/avx

avx: replace binary constants (resolve recp#62) with hex and fix glm_mul_avx

v0.4.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request recp#59 from jonathanplatzer/avx

Fix alignment issue when using AVX

v0.4.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request recp#56 from recp/sphere

aabb and sphere intersect functions

v0.4.6

update docs

v0.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request recp#42 from recp/optimizations

simd: optional shuffle configuration to save move instructions