You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Alouettesu It is on my to do list to review (and document) the functions where the output can be the input. And when the output can be the input, I'll create also a separate version with restrict keyword where the output and input must be different.
For complex mag, it is possible to do in place processing.
For the filtering I don't (yet) know.
@JustasSiauliai Unfortunately, documenting all of this is a change that will take a long time since there are lots of function to review and update.
The most secure is to assume you can't do in-place filtering.
Can input and output arrays in filtering functions and complex math functions be same?
If this is possible, it should be mentioned in documentation. If impossible, these arguments must be marked with
restrict
attribute.The text was updated successfully, but these errors were encountered: