mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Revert previous change trying to fix bug #13: Break the build on Windows...
This commit is contained in:
parent
8b75ff6e1c
commit
c7fa6d745a
@ -188,7 +188,7 @@ namespace detail
|
||||
|
||||
#pragma warning(pop)
|
||||
|
||||
#if(GLM_COMPILER & GLM_COMPILER_VC)
|
||||
#if((GLM_COMPILER & GLM_COMPILER_VC) || (GLM_COMPILER & GLM_COMPILER_INTEL))
|
||||
# define GLM_NEXT_AFTER_FLT(x, toward) glm::detail::nextafterf((x), (toward))
|
||||
# define GLM_NEXT_AFTER_DBL(x, toward) _nextafter((x), (toward))
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user