This doesn't seem like the right place to ask, but:
- libvolk.org "documentation" gives 403
- chat.gnuradio.org does not connect with IRC
- even after resetting my password, the web version of the chat rejects my login
- libvolk.org mailing list link gives 404
So I'm running out of places to ask these kinds of questions.
Anyway, to my question:
I started a Rust wrapper for volk, and would like to provide safe wrapper functions that allow in-place calls.
E.g. in addition to volk_32fc_x2_multiply_32fc I would like to have this inplace version.
But is that safe? Which, if any, volk functions guarantee correctness if input overlaps with output, and if so, what kind of overlap?
This doesn't seem like the right place to ask, but:
So I'm running out of places to ask these kinds of questions.
Anyway, to my question:
I started a Rust wrapper for volk, and would like to provide safe wrapper functions that allow in-place calls.
E.g. in addition to
volk_32fc_x2_multiply_32fcI would like to have this inplace version.But is that safe? Which, if any, volk functions guarantee correctness if input overlaps with output, and if so, what kind of overlap?