summaryrefslogtreecommitdiffstats
path: root/src/codegen.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-10-20 18:21:11 +1300
committerAnthony Blake <anthonix@me.com>2012-10-20 18:21:11 +1300
commit98ca6df9c027eb1648ff32f333ffef74612f4d7b (patch)
tree78e62be5996295c36327b813c6b04562df83ed14 /src/codegen.h
parentf26cd9673a18a56f068cbd4fd421826774dedf9a (diff)
downloadffts-98ca6df9c027eb1648ff32f333ffef74612f4d7b.zip
ffts-98ca6df9c027eb1648ff32f333ffef74612f4d7b.tar.gz
Renamed cp_sse.c -> ffts.c
Diffstat (limited to 'src/codegen.h')
-rw-r--r--src/codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.h b/src/codegen.h
index 93e26dc..f592907 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -42,7 +42,7 @@
#include <string.h>
#include <limits.h> /* for PAGESIZE */
-#include "cp_sse.h"
+#include "ffts.h"
void ffts_generate_func_code(ffts_plan_t *, size_t N, size_t leafN, int sign);
OpenPOWER on IntegriCloud