Michael Dickens
Michael Dickens
Indeed LOL! Can we have a multiplier that's '0'?
Does anyone know if we have a place where we describe volk kernel name parsing? Meaning: Looking at the kernel `volk_16i_branch_4_state_8.h`, I have 6 tokens (assuming separator `_`). for `volk_32f_x2_dot_prod_16i.h`...
OK so yes Doug says `x[0-9]+` for the multiplier. What I'm going for is: what is a multiplier & can it really be `0`? Can it be `15`? We need...
@ValZapod any thoughts on this Volk issue? care to put together a PR for it?
@ValZapod the token should be "x#", where # is a number in [0-9] ... but I'm not 100% sure if we can have "x0" ... certainly "x[2-5]" since those exist....
> > certainly "x[2-5]" since those exist > > Perfect. Then just change || to &&. And when (if) you need x0 multiplier edit the code. yup. I like this...
LUTs can be very useful, and the various `gather` intrinsics can be really useful too for various lookups. It would be interesting to see the speed difference in using a...
Fascinating. I had no idea there were so many rules for naming conventions in C++. Crazy! I have no objections to renaming any macro / identifier / function / variable,...
+1 from me for someone to do this. Make it so, I say!
Yes I'd say the top-level project README is the best place. Shouldn't be a long section I'd think!