Skip to content

Commit c9f7a77

Browse files
authored
Merge pull request #141 from ziliangzl/double-operation
[Ventus][fix] Fix #140 complete double type support for smoothstep function
2 parents 18566fc + 8328c0d commit c9f7a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libclc/generic/lib/common/smoothstep.cl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ SMOOTH_STEP_DEF(double, float, SMOOTH_STEP_IMPL_D);
5252

5353
_CLC_V_S_S_V_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, double, smoothstep, float, float, double);
5454
_CLC_V_S_S_V_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, smoothstep, double, double, float);
55+
_CLC_V_S_S_V_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, double, smoothstep, double, double, double);
5556
#endif
5657

5758
#endif

0 commit comments

Comments
 (0)