mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 15:13:34 +00:00
9 lines
129 B
C
9 lines
129 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
|