9 lines
137 B
C
9 lines
137 B
C
/// @ref simd
|
|
/// @file glm/simd/packing.h
|
|
|
|
#pragma once
|
|
|
|
#if GLM_ARCH & GLM_ARCH_SSE2_BIT
|
|
|
|
#endif//GLM_ARCH & GLM_ARCH_SSE2_BIT
|