add notes
authoryang <yang.zhang@arm.com>
Fri, 28 Sep 2012 08:53:15 +0000 (16:53 +0800)
committeryang <yang.zhang@arm.com>
Fri, 28 Sep 2012 08:53:15 +0000 (16:53 +0800)
modules/dsp/NE10_cfft.c
modules/dsp/NE10_cfft.neon.s
modules/dsp/NE10_rfft.c
modules/dsp/NE10_rfft.neon.c

index 470eda7..4e50462 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- * NE10 Library : dsp/NE10_fft.c
+ * NE10 Library : dsp/NE10_cfft.c
  */
 
 #include "NE10_types.h"
index 81ad1dd..218bc4a 100644 (file)
@@ -15,7 +15,7 @@
 ; */
 
 ;/*
-; * NE10 Library : dsp/NE10_fft.neon.s
+; * NE10 Library : dsp/NE10_cfft.neon.s
 ; */
 
         .text
index fccf085..5d7fb56 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- * NE10 Library : dsp/NE10_fft.c
+ * NE10 Library : dsp/NE10_rfft.c
  */
 
 #include "NE10_types.h"
index 30b6afb..a7ad649 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- * NE10 Library : dsp/NE10_fft.c
+ * NE10 Library : dsp/NE10_rfft.neon.c
  */
 #include <arm_neon.h>