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

Missing 8-bit vector type aliases and asociated min/max calls #240

Open
wants to merge 12 commits into
base: 1.4
Choose a base branch
from

Conversation

Lilolbet
Copy link

@Lilolbet Lilolbet commented Apr 4, 2019

Hi, porting a project over from the now defunct boost::simd proposal and found that a few things were missing.

Overall the pull consist of the following:

  • added aliases for 8bit vector types in SSE/AVX headers
  • added missing min/max functions for 8bit vector types in SSE/AVX code paths
  • moves math related functions from vector to math header in SSE (to make it more consistent with AVX organization)

Cheers

@Lilolbet
Copy link
Author

I further extended 8-bit functionality since I found more missing functions when continuing the project porting.
Changes can be found in the cloned repository. This pull request can be closed and a new on opened up if you are interested in the addition of 8-bit support in 1.4.x branches.

- expanded vectorhelper.h specilizations
- added minor missing functions in intrinsics.h
- msvc overloads in detail.h
- extended one data types in const_data.h
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

Successfully merging this pull request may close these issues.

None yet

1 participant