Codebase list faad2 / 00aa732
fix "inline function 'cfftf1' declared but never defined" compiler warning Fabian Greffrath 4 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
5959 static void passf5(const uint16_t ido, const uint16_t l1, const complex_t *cc, complex_t *ch,
6060 const complex_t *wa1, const complex_t *wa2, const complex_t *wa3,
6161 const complex_t *wa4, const int8_t isign);
62 INLINE void cfftf1(uint16_t n, complex_t *c, complex_t *ch,
63 const uint16_t *ifac, const complex_t *wa, const int8_t isign);
6462 static void cffti1(uint16_t n, complex_t *wa, uint16_t *ifac);
6563
6664