March 13, 2026
1:09 p.m.
(I can't comment inline for this one, annoying) ```c // Print the FIR array with an additional row at the end. This simplifies // calculation of the interpolated value by allowing the index to overflow into // the extra row. ``` The extra row wraps around to the start, repeating the first few coefficients. Perhaps quite obvious, but I'd write it out explicitly for good measure. None of these review comments are blockers or necessarily need to be addressed in this MR, as far as I'm concerned. Unless I misunderstood something again, in which case they might be :sweat_smile: -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10255#note_132194