From 0bea449a662d4bcd228a2b6bc2f6c8f4162dda2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Carretero?= Date: Tue, 30 Sep 2014 20:54:46 -0400 Subject: real: fix alignment issue in 1d execution (bug #30) Because of the size of M/2+1, you can't expect the data to be aligned at 128 bits. --- src/ffts_real.c | 160 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'src') diff --git a/src/ffts_real.c b/src/ffts_real.c index 7fad638..87eaab7 100644 --- a/src/ffts_real.c +++ b/src/ffts_real.c @@ -61,45 +61,46 @@ void ffts_execute_1d_real(ffts_plan_t *p, const void *vin, void *vout) { size_t i; #ifdef __ARM_NEON__ for(i=0;i