diff --git a/Synth_Dexed b/Synth_Dexed deleted file mode 160000 index aed9a09..0000000 --- a/Synth_Dexed +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aed9a0994c62b5391fa5448ef8c21932caf9b817 diff --git a/third-party/Synth_Dexed/src/fm_op_kernel.cpp b/third-party/Synth_Dexed/src/fm_op_kernel.cpp index e7184ab..3cc1228 100644 --- a/third-party/Synth_Dexed/src/fm_op_kernel.cpp +++ b/third-party/Synth_Dexed/src/fm_op_kernel.cpp @@ -183,7 +183,6 @@ void FmOpKernel::compute(int32_t *output, const int32_t *input, } #endif } -} void FmOpKernel::compute_pure(int32_t *output, int32_t phase0, int32_t freq, int32_t gain1, int32_t gain2, bool add) { @@ -194,7 +193,6 @@ void FmOpKernel::compute_pure(int32_t *output, int32_t phase0, int32_t freq, neon_fm_kernel(zeros, add ? output : zeros, output, _N_, phase0, freq, gain, dgain); #else - } else { if (add) { for (int i = 0; i < _N_; i++) { gain += dgain; @@ -213,7 +211,6 @@ void FmOpKernel::compute_pure(int32_t *output, int32_t phase0, int32_t freq, } } #endif - } } #define noDOUBLE_ACCURACY