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

Add bit::transform overloads for binary operators #16

Open
12 tasks
bkille opened this issue Apr 7, 2022 · 1 comment
Open
12 tasks

Add bit::transform overloads for binary operators #16

bkille opened this issue Apr 7, 2022 · 1 comment

Comments

@bkille
Copy link
Owner

bkille commented Apr 7, 2022

Add bit version of std::transform

  • OR implementation
  • OR tests
  • OR benchmark
  • AND implementation
  • AND tests
  • AND benchmark
  • XOR implementation
  • XOR tests
  • XOR benchmark
  • NOT implementation
  • NOT tests
  • NOT benchmark
@bkille
Copy link
Owner Author

bkille commented May 4, 2022

I don’t think I’ll need overloads for this, rather in the body of the function I’ll need to check if the op is an STL bitwise functor and if so, perform the corresponding SIMD operation.

@bkille bkille added this to the STL algorithms milestone May 5, 2022
Repository owner deleted a comment from night-king Apr 27, 2024
@github-staff github-staff deleted a comment Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant