Michael Dickens

Results 92 comments of Michael Dickens

> top-level `README.md` file under Hardware architectures Agreed! Maybe something like: ```Currently VOLK aims to run with optimized kernels on x86 with SSE/AVX and ARM with NEON. VOLK has experimental...

Yeah I get where you're coming from. MacPorts does the same thing, which I deal with inside MacPorts so that we use either "Release" or "Debug". We could change this...

"fold" seems to be more general than this suggested kernel -- which I like the idea of, BTW. MATLAB "fold" recursively applies a function to a set of data, like...

I am in favor of this renaming. It is "the right thing to do" as you note in the spirit of being an inviting and inclusive community. Moving to using...

What shall we do about copyright statements? Both the years as well as the copyright owner? Does FSF still own the copyright? I thought GR is now under SETI? I...

Yes redoing the (C) years would need to be automated. Not sure it's worth it. Was more wondering if we should, moving forward, go to either: (1) just use the...

(4) stick with what we have ...

I come from the MacPorts world of package management, and in MP both `CMAKE_SOURCE_DIR` and `BUILD_DIR` will be useless once Volk package is built and installed. Can y'all provide examples...

@maitbot great explanation & that makes sense now! Can you please test the following line to see if it works: ``` string(REPLACE "${CMAKE_SOURCE_DIR}" "\$BUILD_DIR" COMPILER_INFO "${COMPILER_INFO}") ``` "works" here meaning...

I'd love to get the `--print-all` in place! I use it all the time, since it "just works" for both GR and UHD