Skip to content

* src/base/ftlcdfil.c (FT_SHIFTCLAMP): Cancel clamping.

Alexei Podtelezhnikov requested to merge unclamp into master

Without clamping, we might get garbage output for unnormalized weights. So what? Garbage in, garbage out - but filtering becomes noticeably faster.

Merge request reports