mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 16:15:39 +00:00
10 lines
136 B
C
10 lines
136 B
C
|
/// @ref simd
|
||
|
/// @file glm/simd/trigonometric.h
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#if GLM_ARCH & GLM_ARCH_SSE2_BIT
|
||
|
|
||
|
#endif//GLM_ARCH & GLM_ARCH_SSE2_BIT
|
||
|
|