mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00: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
|