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 support for vectorized types #27

Open
wcmjunior opened this issue Aug 14, 2016 · 0 comments
Open

Add support for vectorized types #27

wcmjunior opened this issue Aug 14, 2016 · 0 comments

Comments

@wcmjunior
Copy link
Member

Vectorized types like int2, int4, short2, short4, float2 and float4 should be supported by the compiler. Byte and char types, as well as its vectorized types byte2, byte4, char2 and char4, should also be supported.
This implementation is quite simple, once it will afect only a few places in code. The array base test class must be extended for both RS and PM runtimes in order to validate this implementation.

@wcmjunior wcmjunior added this to the version 0.3 milestone Aug 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant