changeset 2:3d08140650d8

cleanup
author Peter Meerwald <p.meerwald@bct-electronic.com>
date Fri, 16 Sep 2011 13:02:34 +0200
parents cfec79393811
children 3b31bd44a09f
files peck_fft.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/peck_fft.h	Fri Sep 16 12:57:27 2011 +0200
+++ b/peck_fft.h	Fri Sep 16 13:02:34 2011 +0200
@@ -13,7 +13,7 @@
 #ifdef USE_SIMD
 # include <xmmintrin.h>
 # define peck_fft_scalar __m128
-#define PECK_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16)
+#define PECK_FFT_MALLOC(nbytes) _mm_malloc(nbytes, 16)
 #define PECK_FFT_FREE _mm_free
 #else	
 #define PECK_FFT_MALLOC malloc
@@ -38,7 +38,7 @@
 typedef struct {
     peck_fft_scalar r;
     peck_fft_scalar i;
-}peck_fft_cpx;
+} peck_fft_cpx;
 
 typedef struct peck_fft_state* peck_fft_cfg;
 

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.