Marcus Müller
Marcus Müller
As a user of KISS FFT, I'd personally rather keep the library simple. There's no computational advantage of integrating windowing functions into a FFT library, so using a separate library,...
To be honest, I remember Ubuntu 14.04 already shipping swig 2.0.11, and everything after that shipped swig 3.0 or later at will. Any system that's more antiquated than that is...
Recommendation: You can add PR templates to your repo, allowing you to predefine the text people see, including checkboxes like: - [ ] I've made sure code is properly indented...
No offense, but isn't that what you get when you use `apt build-dep signify-openbsd` on debian buster / Ubuntu 20.04 or later, `dnf builddep signify` on Fedora (currently only on...
> Any chance to get a comment on this? You should! To make this a bit easier for me, this is a change that diverges from upstream OpenBSD, right? Is...
what should a float->float LUT do? Return `value` only if `key` bitwise identical? if `key` identical in terms of `==` (e.g. `-0f == 0f`)? Nearest neighbor? linear interp? I played...
> We search for a substring and just hope the kernel name does not exceed 20 characters. What would be best practice in these cases? Rely on a string terminator?...
Note that this is a bug, but might be a different one. `__init_volk_8u_x2_encodeframepolar_8u` was the infinite-loop-inducing call. Could you run into the infinite loop, attach GDB and do a backtrace?...
> it should not be a surprise that "the kernel just hangs" is a result. Hm, could you attach a debugger inside the container or at least perf top on...
Thank you, @yarda!