diff options
Diffstat (limited to 'external/include/glm/simd/packing.h')
-rw-r--r-- | external/include/glm/simd/packing.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/external/include/glm/simd/packing.h b/external/include/glm/simd/packing.h new file mode 100644 index 0000000..609163e --- /dev/null +++ b/external/include/glm/simd/packing.h @@ -0,0 +1,8 @@ +/// @ref simd +/// @file glm/simd/packing.h + +#pragma once + +#if GLM_ARCH & GLM_ARCH_SSE2_BIT + +#endif//GLM_ARCH & GLM_ARCH_SSE2_BIT |