Skip to content

Commit

Permalink
check-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmih committed Sep 5, 2023
1 parent ffb7738 commit c7055fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_conformance/basic/test_explicit_s2v.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ int test_explicit_s2v_function(cl_context context, cl_command_queue queue,
{
if ((srcType == kHalf) && (destType == kFloat)
&& IsHalfNaN(*reinterpret_cast<cl_half *>(inPtr))
&& IsFloatNaN(*reinterpret_cast<cl_float *>(outPtr + destTypeSize * s)))
&& IsFloatNaN(*reinterpret_cast<cl_float *>(
outPtr + destTypeSize * s)))
{
continue;
}
Expand Down

0 comments on commit c7055fd

Please sign in to comment.