File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ using std::vector;
3939using ceph::bufferlist;
4040
4141namespace ceph {
42- const unsigned ErasureCode::SIMD_ALIGN = 32 ;
42+ const unsigned ErasureCode::SIMD_ALIGN = 64 ;
4343
4444int ErasureCode::init (
4545 ErasureCodeProfile &profile,
Original file line number Diff line number Diff line change @@ -1620,7 +1620,7 @@ TEST(BufferList, contents_equal) {
16201620}
16211621
16221622TEST (BufferList, is_aligned) {
1623- const int SIMD_ALIGN = 32 ;
1623+ const int SIMD_ALIGN = 64 ;
16241624 {
16251625 bufferlist bl;
16261626 EXPECT_TRUE (bl.is_aligned (SIMD_ALIGN));
@@ -1648,7 +1648,7 @@ TEST(BufferList, is_aligned) {
16481648}
16491649
16501650TEST (BufferList, is_n_align_sized) {
1651- const int SIMD_ALIGN = 32 ;
1651+ const int SIMD_ALIGN = 64 ;
16521652 {
16531653 bufferlist bl;
16541654 EXPECT_TRUE (bl.is_n_align_sized (SIMD_ALIGN));
@@ -1792,7 +1792,7 @@ TEST(BufferList, page_aligned_appender) {
17921792}
17931793
17941794TEST (BufferList, rebuild_aligned_size_and_memory) {
1795- const unsigned SIMD_ALIGN = 32 ;
1795+ const unsigned SIMD_ALIGN = 64 ;
17961796 const unsigned BUFFER_SIZE = 67 ;
17971797
17981798 bufferlist bl;
You can’t perform that action at this time.
0 commit comments