Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
tests pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jul 12, 2022
1 parent cda89f0 commit ab2b25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asphr/asphr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ using std::unordered_set;
#define CEIL_DIV(a, b) (((a) + (b)-1) / (b))

// MESSAGE_SIZE is the size of the message in bytes
// this refers to the size of a CHUNK, not a complete message
constexpr size_t MESSAGE_SIZE = 1024;
constexpr size_t MESSAGE_SIZE_BITS = MESSAGE_SIZE * 8;

Expand Down

0 comments on commit ab2b25f

Please sign in to comment.