mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
align local variables on stack
This commit is contained in:
@@ -454,8 +454,7 @@ glm_vec_inv(vec3 v) {
|
||||
CGLM_INLINE
|
||||
void
|
||||
glm_vec_inv_to(vec3 v, vec3 dest) {
|
||||
glm_vec_copy(v, dest);
|
||||
glm_vec_flipsign(dest);
|
||||
glm_vec_flipsign_to(v, dest);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user