Skip to content

Commit

Permalink
Update alignmem.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderLSF committed Nov 11, 2023
1 parent 75a8e19 commit 9ec8e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/alignmem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace cpuft {

template <typename T, size_t ALIGN_SIZE=1>
template <typename T, size_t ALIGN_SIZE=8>
struct AlignedMemory {
public:
AlignedMemory() {}
Expand Down

0 comments on commit 9ec8e3f

Please sign in to comment.