-
Notifications
You must be signed in to change notification settings - Fork 224
Consider bit operations for PrimitiveArray? #469
Comments
You mean |
Right! |
Yeap, definitely in scope, and imo a fun exercise because it likely can be SIMDed! |
Hello, I am new to the project and am interested in taking this on. Would the desired operations be
|
Hey and welcome! Yap, those are the main ones. Check how we use the compute::arity::binary in other arithmetics for inspiration. Feel free to ping me if you need any help or have any questions 😊 |
I will check that out. Thanks! |
I think bitwise not ( A bit more "advanced" would be left and right shift. |
@jorgecarleitao Do you have any tips for approaching SIMD ? From what I can tell, I should implement traits in |
You are on the right track 👍 For explicit SIMD, we have an abstraction for it (in I would first try to have a non-SIMD implementation (e.g. via Since this is not an aggregation, I would probably place it in a new module like |
Closed by #553 |
No description provided.
The text was updated successfully, but these errors were encountered: