瀏覽代碼

Add comment

dds
PaulStoffregen 10 年之前
父節點
當前提交
7eca7b573b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      synth_dc.h

+ 1
- 0
synth_dc.h 查看文件

@@ -48,6 +48,7 @@ static inline int32_t substract_32_then_divide(int32_t a, int32_t b, int32_t c)
}
}
#else
// compute (a - b) / c ... handling 32 bit interger overflow without slow 64 bit math
static inline int32_t substract_int32_then_divide_int32(int32_t a, int32_t b, int32_t c) __attribute__((always_inline, unused));
static inline int32_t substract_int32_then_divide_int32(int32_t a, int32_t b, int32_t c)
{

Loading…
取消
儲存