瀏覽代碼

Add comment

dds
PaulStoffregen 11 年之前
父節點
當前提交
7eca7b573b
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      synth_dc.h

+ 1
- 0
synth_dc.h 查看文件

} }
} }
#else #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) __attribute__((always_inline, unused));
static inline int32_t substract_int32_then_divide_int32(int32_t a, int32_t b, int32_t c) static inline int32_t substract_int32_then_divide_int32(int32_t a, int32_t b, int32_t c)
{ {

Loading…
取消
儲存