Skip to content

Implement missing ARM NEON vector types #149

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
gnzlbg opened this issue Oct 24, 2017 · 1 comment
Closed

Implement missing ARM NEON vector types #149

gnzlbg opened this issue Oct 24, 2017 · 1 comment
Labels

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Oct 24, 2017

Some of the ARM NEON intrinsics require the following types that are not currently available:

  • f16, f16x4, f16x8: half-floats
  • p8x8, p8x16, p16x4, p16x8, p64, p64x1,p64x2, p128: polynomial coefficient types (should maybe either be aliases to u... or newtypes of u...).

Given that the F16C instruction (_mm_cvtps_ph, _mm_cvtph_ps, ...) set also supports half-floats on x86 we probably want to provide some of the half-float types for x86 as well.

@gnzlbg
Copy link
Contributor Author

gnzlbg commented Mar 20, 2018

Closed in #384 . The only types missing are the f16 vector types covered in #344 and the more convoluted float32x4x2_t structs covered in #316 .

@gnzlbg gnzlbg closed this as completed Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants