Skip to content

Commit

Permalink
Fix ARM port
Browse files Browse the repository at this point in the history
  • Loading branch information
catid committed Aug 25, 2018
1 parent 8f26952 commit 1b4c007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gf256.cpp
Expand Up @@ -851,6 +851,8 @@ extern "C" void gf256_add2_mem(void * GF256_RESTRICT vz, const void * GF256_REST
z16 = reinterpret_cast<GF256_M128 *>(z8 + count);
x16 = reinterpret_cast<const GF256_M128 *>(x8 + count);
y16 = reinterpret_cast<const GF256_M128 *>(y8 + count);

bytes -= (count * 8);
}
#else // GF256_TARGET_MOBILE
# if defined(GF256_TRY_AVX2)
Expand Down

0 comments on commit 1b4c007

Please sign in to comment.