Remove *constexpr* from *compute_abs* on CUDA

master
Stephen Xu ago%!(EXTRA string=2 years)
parent efec5db081
commit f8a9e5043f
No known key found for this signature in database
GPG Key ID: F7A92E1474FAB7BF
  1. 2
      glm/detail/compute_common.hpp

@ -28,7 +28,7 @@ namespace detail
template<> template<>
struct compute_abs<float, true> struct compute_abs<float, true>
{ {
GLM_FUNC_QUALIFIER GLM_CONSTEXPR static float call(float x) GLM_FUNC_QUALIFIER static float call(float x)
{ {
return fabsf(x); return fabsf(x);
} }

Loading…
Cancel
Save