mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Fix inaccurate comment.
This commit is contained in:
parent
3d5c8056d9
commit
100761481e
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ buffer_c16_t FIRAndDecimateComplex::execute(
|
|||
const sample_t* src_p = src.p;
|
||||
size_t outer_count = output_samples;
|
||||
while(outer_count > 0) {
|
||||
/* Put two new samples into delay buffer */
|
||||
/* Put new samples into delay buffer */
|
||||
auto z_new_p = &samples_[taps_count_ - decimation_factor_];
|
||||
for(size_t i=0; i<decimation_factor_; i++) {
|
||||
*__SIMD32(z_new_p)++ = *__SIMD32(src_p)++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue