Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
mklarqvist committed Aug 18, 2019
1 parent 825a954 commit bc0d45a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libalgebra.h
Original file line number Diff line number Diff line change
Expand Up @@ -2951,6 +2951,8 @@ uint64_t STORM_popcnt_avx512(const uint64_t* data,
for (int i = (8*n_cycles + 4*n_cycles + 2*n_cycles_sse); i < n_64b; ++i) {
count += STORM_POPCOUNT(data[i]);
}

return count;
}
#endif

Expand Down

0 comments on commit bc0d45a

Please sign in to comment.