feat: add simd support for decode_filter_exp#24
feat: add simd support for decode_filter_exp#24CrazyboyQCD wants to merge 1 commit intoyzsolt:mainfrom
decode_filter_exp#24Conversation
b0fb976 to
9a0978f
Compare
06f2dee to
873581b
Compare
|
Hey @CrazyboyQCD, first of all, sorry for taking so long to reply, and of course, big thanks for taking a stab at this! Overall the changes look good. There are some prerequsites on
FYI, originally I was considering Let me know if this is important for you, in that case I'll schedule it before the 1.0 porting finishes. |
|
@yzsolt
Sure.
Great that you have done that before, and I think all the CI changes should be done in another PR, and mine should only focus on implementation.
I was also considering using |
93ef201 to
450e0d2
Compare
Added as a reference for other functions, and I personally think slice argument is easier to adapt into simd api than iterator.
CI Changes should be done in another PR.