Explorar el Código

rmv comment

dds
Frank hace 8 años
padre
commit
7a7d087b01
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      synth_dc.h

+ 0
- 1
synth_dc.h Ver fichero

@@ -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)
{

Cargando…
Cancelar
Guardar