浏览代码

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

正在加载...
取消
保存