Fixed build
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "../detail/setup.hpp"
|
||||
#include "../detail/precision.hpp"
|
||||
#include "../detail/type_int.hpp"
|
||||
#include "../detail/compute_vector_relational.hpp"
|
||||
|
||||
#if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
|
||||
# pragma message("GLM: GLM_GTC_ulp extension included")
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace detail
|
||||
if((ix>0x7f800000) || // x is nan
|
||||
(iy>0x7f800000)) // y is nan
|
||||
return x+y;
|
||||
if(detail::compute_equal<float>::call(x, y))
|
||||
if(compute_equal<float>::call(x, y))
|
||||
return y; // x=y, return y
|
||||
if(ix==0)
|
||||
{ // x == 0
|
||||
|
||||
Reference in New Issue
Block a user