mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Tentative CUDA workaround #530
This commit is contained in:
parent
edc328c7c9
commit
cd50d4ae5c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user