Skip to content

Commit

Permalink
add namespace {}
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Apr 26, 2024
1 parent 6683df4 commit 6b4d6f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/msm_avx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define XBYAK_NO_EXCEPTION
#include "xbyak/xbyak_util.h"

namespace {
typedef mcl::Unit Unit;
typedef __m512i Vec;
typedef __mmask8 Vmask;
Expand Down Expand Up @@ -1312,6 +1313,8 @@ void mulVec_naive(mcl::msm::G1A& P, const mcl::msm::G1A *x, const mcl::msm::FrA
}
#endif

}

namespace mcl { namespace msm {

void mulVecAVX512(Unit *_P, Unit *_x, const Unit *_y, size_t n)
Expand Down

0 comments on commit 6b4d6f8

Please sign in to comment.