You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the xsimd::transform function has been removed in version 10.0 of the xsimd library. I was wondering what the reason for this removal is and what the recommended best practice is for performing SIMD-optimized transform operations in its place.
Thank you for your insights!
The text was updated successfully, but these errors were encountered:
We removed it because it doesn't belong to the core of xsimd, and we planned to fill https://github.com/xtensor-stack/xsimd-algorithm as an extension. As you can see, this hasn't been done (yet?). @JohanMabille I think I know your answer on that topic, but could you expand?
@bbias current approach would be to write the plain loop, which may be specialized to your use case (aligned / unaligned loads, unrolling factor etc)
Hello xsimd maintainers,
I noticed that the xsimd::transform function has been removed in version 10.0 of the xsimd library. I was wondering what the reason for this removal is and what the recommended best practice is for performing SIMD-optimized transform operations in its place.
Thank you for your insights!
The text was updated successfully, but these errors were encountered: