Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Nov 1, 2023
1 parent 965e8e2 commit 1b25f35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/src/arrow/util/byte_stream_split_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,6 @@ void inline ByteStreamSplitEncodeSimd(const uint8_t* raw_values, const int64_t n
// Scalar implementations
//

// CAUTION when editing this: on x86 platforms, the test suite only exercises
// the SIMD versions by default. Either check on non-x86, or manually disable
// SIMD in the ByteStreamSplitEncode/ByteStreamSplitDecode functions below.

inline void DoSplitStreams(const uint8_t* src, int width, int64_t nvalues,
uint8_t** dest_streams) {
// Value empirically chosen to provide the best performance on the author's machine
Expand Down

0 comments on commit 1b25f35

Please sign in to comment.