Skip to content

Commit

Permalink
MINOR: [C++] Remove wrong comment in swiss join avx2 (#45107)
Browse files Browse the repository at this point in the history
### Rationale for this change

A piece of comment is wrongly introduced in #43389.

### What changes are included in this PR?

### Are these changes tested?

### Are there any user-facing changes?

Authored-by: Rossi Sun <[email protected]>
Signed-off-by: Rossi Sun <[email protected]>
  • Loading branch information
zanmato1984 authored Dec 25, 2024
1 parent a2f1988 commit 0a00e25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/acero/swiss_join_avx2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ int RowArrayAccessor::Visit_avx2(const RowTableImpl& rows, int column_id, int nu
__m256i row_offset_lo =
_mm256_i32gather_epi64(row_offsets_i64, _mm256_castsi256_si128(row_id),
sizeof(RowTableImpl::offset_type));
// Gather the lower/higher 4 32-bit field lengths based on the lower/higher 4
// 64-bit row offsets.
__m256i row_offset_hi =
_mm256_i32gather_epi64(row_offsets_i64, _mm256_extracti128_si256(row_id, 1),
sizeof(RowTableImpl::offset_type));
Expand Down

0 comments on commit 0a00e25

Please sign in to comment.