Skip to content

Instantly share code, notes, and snippets.

@bitnenfer
Created February 12, 2016 13:23
Show Gist options
  • Save bitnenfer/32582c2bbd45d990e379 to your computer and use it in GitHub Desktop.
Save bitnenfer/32582c2bbd45d990e379 to your computer and use it in GitHub Desktop.
mat4 m0;
mat4 m1;
sse_mat4_add(m0.sse_data, m1.sse_data, m0.sse_data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment