Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Feb 2, 2025
1 parent 9b2db5b commit 5ff5ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_conformance/spirv_new/test_integer_dot_product.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ static int test_case_dot(cl_device_id device, cl_context context,
bool useCoreSPIRV, bool packed, bool sat)
{
std::string opcode;
if (std::numeric_limits<SrcTypeA>::is_signed &&
std::numeric_limits<SrcTypeB>::is_signed)
if (std::numeric_limits<SrcTypeA>::is_signed
&& std::numeric_limits<SrcTypeB>::is_signed)
{
opcode = "OpSDot";
}
Expand Down

0 comments on commit 5ff5ba4

Please sign in to comment.