Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 8, 2017
1 parent 099c80d commit c63db53
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mlo_dir_conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3717,10 +3717,7 @@ bool mlo_construct_BwdWrW2D::mloIsCorrectAsmDirect3x3WrW() const
return ok;
}

bool mlo_construct_BwdWrW2D::mloIsFastAsmDirect3x3WrW() const
{
return true;
}
bool mlo_construct_BwdWrW2D::mloIsFastAsmDirect3x3WrW() const { return true; }

int mlo_construct_BwdWrW2D::mloConstructAsmDirect3x3WrW()
{
Expand Down

0 comments on commit c63db53

Please sign in to comment.