Browse Source

rmv comment

dds
Frank 8 years ago
parent
commit
7a7d087b01
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      synth_dc.h

+ 0
- 1
synth_dc.h View File

@@ -33,7 +33,6 @@
// handling 32 bit interger overflow at every step
// without resorting to slow 64 bit math
#if 1
// TODO: write this in assembly....
static inline int32_t substract_32_then_divide(int32_t a, int32_t b, int32_t c) __attribute__((always_inline, unused));
static inline int32_t substract_32_then_divide(int32_t a, int32_t b, int32_t c)
{

Loading…
Cancel
Save