Skip to content

Commit

Permalink
Tentative CUDA workaround #530
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Aug 6, 2016
1 parent edc328c commit cd50d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glm/detail/func_common.inl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ namespace detail
template <typename genType>
GLM_FUNC_QUALIFIER genType mod(genType x, genType y)
{
return mod(tvec1<genType>(x), y).x;
return mod(tvec1<genType, defaultp>(x), y).x;
}

template <typename T, precision P, template <typename, precision> class vecType>
Expand Down

0 comments on commit cd50d4a

Please sign in to comment.