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

Merge into SIMDe? #1

Open
nemequ opened this issue Nov 13, 2021 · 1 comment
Open

Merge into SIMDe? #1

nemequ opened this issue Nov 13, 2021 · 1 comment

Comments

@nemequ
Copy link

nemequ commented Nov 13, 2021

SIMDe maintainer here. If you're interested, I'd love to integrate this into SIMDe. Obviously SIMDe would benefit from better implementations on MSA. sse2msa would get vastly improved coverage of the x86 APIs from our existing portable fallbacks (which are often auto-vectorized) and an extensive test suite, and a lot of the work is already done (the functions already exist, adding MSA implementations is just a matter of adding the proper preprocessor test and calling the MSA function(s)).

We've actually already started implementing the MSA API using SSE/NEON/etc., so a lot of the infrastructure is already in place. To get things going in the other direction we would basically just need to add the MSA types to our existing SSE unions, which is quite simple.

@i-evi
Copy link
Owner

i-evi commented Nov 14, 2021

@nemequ Thanks for your interest in this project. This project has just been initiated, and there are still some problems. I will continue to update this project.

At the same time, thank you for your contribution to the development of SIMD-related software. I am also following and hope to participate in the development of SIMDe. If you are interested in this project, I will be very grateful for your improvements to this project. I also hope that this project will be helpful to the development of SIMDe.

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

2 participants