Revert SIMD improv 7f2a5b89b3

This commit is contained in:
Christophe
2024-02-13 21:43:57 +01:00
committed by Christophe
parent 5d73e17e58
commit adf31f555e
34 changed files with 1545 additions and 2852 deletions

View File

@@ -3,7 +3,7 @@
#if GLM_CONFIG_ANONYMOUS_STRUCT == GLM_ENABLE
struct vec2;
struct swizzleStruct
struct _swizzle
{
char _buffer[1];
};
@@ -27,7 +27,7 @@ struct vec2
union
{
struct { float x, y; };
struct { swizzleStruct xx; };
struct { _swizzle xx; };
};
#if GLM_COMPILER & GLM_COMPILER_CLANG