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

[AVX512] convert_up missing types #100

Open
lawben opened this issue Jun 19, 2024 · 0 comments
Open

[AVX512] convert_up missing types #100

lawben opened this issue Jun 19, 2024 · 0 comments

Comments

@lawben
Copy link

lawben commented Jun 19, 2024

The following conversions lead to compile errors with AVX512. The errors are all like the foloowing, but with the corresponding types.

 error: no member named 'apply' in 'tsl::functors::convert_up<tsl::simd<unsigned int, tsl::avx512>, 
                                                              tsl::simd<unsigned long, tsl::avx512>, 
                                                              tsl::workaround>'
  • uint16_t --> uint32_t
  • uint16_t --> uint64_t
  • uint32_t --> uint64_t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants