Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
w8501 committed Jul 28, 2023
1 parent af5a237 commit 23a5f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layer/x86/mish_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ int Mish_x86::forward_inplace(Mat& bottom_top_blob, const Option& opt) const
_mm_storeu_ps(ptr, _p);
ptr += 4;
}

#endif // __SSE2__
for (; i < size; i++)
{
Expand Down

0 comments on commit 23a5f11

Please sign in to comment.