AntoinePrv commented on code in PR #49580:
URL: https://github.com/apache/arrow/pull/49580#discussion_r2975731714


##########
cpp/src/arrow/util/bpacking_simd_kernel_internal.h:
##########
@@ -265,14 +269,16 @@ auto right_shift_by_excess(const xsimd::batch<Int, Arch>& 
batch,
     return xsimd::bitwise_rshift<kMaxRShift>(left_shift(batch, kLShifts));
   }
 
-  // TODO(xsimd) bug fixed likely in xsimd>14.0.0
+  // TODO(xsimd) bug fixed in xsimd 14.1.0

Review Comment:
   IMHO we keep the TODO until (hopefully sooner rather than later) we bump 
again the minimum version of xsimd and delete that piece of code.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to