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

pack 'T' type currently must be 'float', 'int', 'double', 'long long', 'bool32_t', or 'bool64_t'! #11

Closed
uucidl opened this issue Jan 25, 2019 · 1 comment

Comments

@uucidl
Copy link

uucidl commented Jan 25, 2019

Although there's a typedef for vuint, tsimd disagrees with its usage:

When defining a tsimd::vuint we get:

hello_tsimd.cpp
o:\localdev\evaluate-tsimd\deps\tsimd\tsimd\detail/pack.h(192): error C2338: pack 'T' type currently must be 'float', 'int', 'double', 'long long', 'bool32_t', or 'bool64_t'!
hello_tsimd.cpp(17): note: see reference to class template instantiation 'tsimd::pack<unsigned int,1>' being compiled
@uucidl
Copy link
Author

uucidl commented Jan 26, 2019

Closing this issue, as I see it's in the TODO in the readme

@uucidl uucidl closed this as completed Jan 26, 2019
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

1 participant