shithub: tinygl

Download patch

ref: 412c8e8c65808f2f924eeebc084dabbf0f824006
parent: 2ba774f12ac659c72bf74c4117db16c51ae28e09
author: David <gek@katherine>
date: Sun Mar 7 09:45:01 EST 2021

Automatic commit.

--- a/Raw_Demos/include/3dMath.h
+++ b/Raw_Demos/include/3dMath.h
@@ -7,7 +7,7 @@
 
 #ifndef CHAD_MATH_NO_ALIGN
 #include <stdalign.h>
-#define CHAD_ALIGN alignas(32)
+#define CHAD_ALIGN alignas(16)
 #else
 #define CHAD_ALIGN /*a comment*/
 #endif
--- a/SDL_Examples/include/3dMath.h
+++ b/SDL_Examples/include/3dMath.h
@@ -7,7 +7,7 @@
 
 #ifndef CHAD_MATH_NO_ALIGN
 #include <stdalign.h>
-#define CHAD_ALIGN alignas(32)
+#define CHAD_ALIGN alignas(16)
 #else
 #define CHAD_ALIGN /*a comment*/
 #endif