rj-atw commented on a change in pull request #7767:
URL: https://github.com/apache/arrow/pull/7767#discussion_r455489455



##########
File path: rust/arrow/src/compute/kernels/arithmetic.rs
##########
@@ -99,8 +99,8 @@ where
 }
 
 /// SIMD vectorized version of `math_op` above.
-#[cfg(all(any(target_arch = "x86", target_arch = "x86_64"), feature = "simd"))]
-fn simd_math_op<T, F>(
+#[cfg(all(any(target_arch = "x86", target_arch = "x86_64", 
target_arch="wasm32"), feature = "simd"))]
+pub fn simd_math_op<T, F>(

Review comment:
       Thanks. I made this modification to explicitly test that simd op call 
was not failing in WASM. Forgot to revert while pushing




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