mirror of
https://github.com/Inori/GPCS4.git
synced 2025-04-02 10:31:52 -04:00
8 lines
129 B
C
8 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
|