nevi-me commented on a change in pull request #8722:
URL: https://github.com/apache/arrow/pull/8722#discussion_r527926242



##########
File path: rust/arrow/src/arch/avx512.rs
##########
@@ -41,6 +41,155 @@ pub(crate) unsafe fn avx512_bin_or(left: &[u8], right: 
&[u8], res: &mut [u8]) {
     std::ptr::copy_nonoverlapping(s, d, std::mem::size_of::<__m512i>());
 }
 
+#[target_feature(enable = "avx512f")]
+pub(crate) unsafe fn avx512_vec_sort_i64_single<'a>(input: &[i64]) -> [i64; 8] 
{

Review comment:
       May you please add some comments to the functions (and/or inline) so 
it's a bit easier for us to follow the code. Thanks




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

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


Reply via email to