Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 84528ceb authored by hhakim's avatar hhakim
Browse files

Update to gpu_mod@a2f16c94 (1.1.0).

parent 184f5e77
No related branches found
No related tags found
No related merge requests found
Subproject commit 933f3af9e16c808035fe545e0f771b9f88a0b20e Subproject commit a2f16c941c8b7a7f775081f85d6c5e81a2e711a4
...@@ -38,13 +38,13 @@ namespace Faust ...@@ -38,13 +38,13 @@ namespace Faust
template<> template<>
void set_one<double>(double* scal) void set_one<double>(double* scal)
{ {
*scal = 1.d; *scal = 1.;
} }
template<> template<>
void set_one<cuDoubleComplex>(cuDoubleComplex* scal) void set_one<cuDoubleComplex>(cuDoubleComplex* scal)
{ {
scal->x = 1.d; scal->x = 1.;
scal->y = 0; scal->y = 0;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment