Skip to content

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.

1 participant