File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2190,10 +2190,10 @@ float4 sqrt(float4);
2190
2190
// step builtins
2191
2191
// ===----------------------------------------------------------------------===//
2192
2192
2193
- // / \fn T step(T x , T y )
2193
+ // / \fn T step(T y , T x )
2194
2194
// / \brief Returns 1 if the x parameter is greater than or equal to the y
2195
- // / parameter; otherwise, 0. vector. \param x [in] The first floating-point
2196
- // / value to compare. \param y [in] The first floating-point value to compare.
2195
+ // / parameter; otherwise, 0. vector. \param y [in] The first floating-point
2196
+ // / value to compare. \param x [in] The second floating-point value to compare.
2197
2197
// /
2198
2198
// / Step is based on the following formula: (x >= y) ? 1 : 0
2199
2199
You can’t perform that action at this time.
0 commit comments