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
This can cause a problem if someone copies the convolution implementation but not the clamp fn.
Not sure where it's coming from, intellisense redlines. <algorithm> has std::clamp, but that's not available in C so it's probably a weird Visual Studio fake thing.
Best to rename this function if the convolution part is reused.
The text was updated successfully, but these errors were encountered:
This can cause a problem if someone copies the convolution implementation but not the clamp fn.
Not sure where it's coming from, intellisense redlines.
<algorithm>
hasstd::clamp
, but that's not available in C so it's probably a weird Visual Studio fake thing.Best to rename this function if the convolution part is reused.
The text was updated successfully, but these errors were encountered: