Skip to content

Commit

Permalink
Merge pull request #141 from ziliangzl/double-operation
Browse files Browse the repository at this point in the history
[Ventus][fix] Fix #140 complete double type support for smoothstep function
  • Loading branch information
zhoujingya authored Aug 13, 2024
2 parents 18566fc + 8328c0d commit c9f7a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libclc/generic/lib/common/smoothstep.cl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ SMOOTH_STEP_DEF(double, float, SMOOTH_STEP_IMPL_D);

_CLC_V_S_S_V_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, double, smoothstep, float, float, double);
_CLC_V_S_S_V_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, smoothstep, double, double, float);
_CLC_V_S_S_V_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, double, smoothstep, double, double, double);
#endif

#endif

0 comments on commit c9f7a77

Please sign in to comment.