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


##########
cpp/src/arrow/util/bpacking_simd_kernel_internal.h:
##########
@@ -200,14 +201,16 @@ auto left_shift(const xsimd::batch<Int, Arch>& batch,
     return xsimd::bitwise_cast<Int>(shifted0 | shifted1);
   }
 
-  // TODO(xsimd) bug fixed likely in xsimd>14.0.0
+  // TODO(xsimd) bug fixed in xsimd 14.1.0

Review Comment:
   I think we should leave the TODO as this points to code to remove in the 
future.



-- 
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