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
Enhancement
Hello, @std-simd
I would like to add SVE2 instructions via intrinsics/inline-assembly into std-simd to process data quicker, optimize the library.
The text was updated successfully, but these errors were encountered:
After looking through the code I found that you already have SIMD instructions for x86_64, but you don't have the same functions for ARM/ARM64. I will walk around a bit more to see how to implement the sve/sve2 instructions. I will appreciate any help or advice anybody can provide. From my part, I will add some kind of if&def to switch between different systems.
Enhancement
Hello, @std-simd
I would like to add SVE2 instructions via intrinsics/inline-assembly into std-simd to process data quicker, optimize the library.
The text was updated successfully, but these errors were encountered: