soxr-code/src/util32s.c

9 lines
230 B
C
Raw Permalink Normal View History

2016-05-23 08:55:16 +02:00
/* SoX Resampler Library Copyright (c) 2007-16 robs@users.sourceforge.net
* Licence for this file: LGPL v2.1 See LICENCE for details. */
#define PFFFT_DOUBLE 0
2016-05-29 21:47:44 +02:00
#include "util32s.h"
2016-05-23 08:55:16 +02:00
2016-05-29 21:47:44 +02:00
#include "util-simd.c"