From 81669512ad4b11bdc12d8c502c9510e85cf08e3d Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Thu, 14 Apr 2022 18:48:50 +0200 Subject: [PATCH] Cleanup Synth_Dexed (moving to third-party folder). --- Synth_Dexed | 1 - third-party/Synth_Dexed/src/fm_op_kernel.cpp | 3 --- 2 files changed, 4 deletions(-) delete mode 160000 Synth_Dexed 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