Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SVE2 instructions to SIMD. #34

Open
aserputov opened this issue Apr 12, 2022 · 2 comments
Open

Add SVE2 instructions to SIMD. #34

aserputov opened this issue Apr 12, 2022 · 2 comments

Comments

@aserputov
Copy link

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.

@aserputov
Copy link
Author

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.

@aserputov
Copy link
Author

I also will add SVE2 to x86 later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant