소스 검색

rmv comment

dds
Frank 8 년 전
부모
커밋
7a7d087b01
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      synth_dc.h

+ 0
- 1
synth_dc.h 파일 보기

@@ -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…
취소
저장