Skip to content

Add support for SIMD #63

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

Closed
antoyo opened this issue Aug 14, 2021 · 3 comments
Closed

Add support for SIMD #63

antoyo opened this issue Aug 14, 2021 · 3 comments
Labels
hard libgccjit requires a change in libgccjit

Comments

@antoyo
Copy link
Contributor

antoyo commented Aug 14, 2021

  • Requires adding support for machine-specific builtins in libgccjit.
@antoyo antoyo added hard libgccjit requires a change in libgccjit labels Aug 14, 2021
@bjorn3
Copy link
Member

bjorn3 commented Mar 30, 2022

Mostly implemented by #129, #150, #151 and #152.

Are the simd_* platform intrinsics used by portable-simd implemented?

@macpp
Copy link

macpp commented Apr 5, 2022

Could https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html be used for portable-simd? or is there better alternative?

That is already used.

I'm not closing this issue yet because there are SIMD features not yet implemented.

@antoyo
Copy link
Contributor Author

antoyo commented Feb 26, 2023

This was completed by #254.

@antoyo antoyo closed this as completed Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hard libgccjit requires a change in libgccjit
Projects
None yet
Development

No branches or pull requests

3 participants