summaryrefslogtreecommitdiffstats
path: root/lib/ffts/src/macros-neon.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffts/src/macros-neon.h')
-rw-r--r--lib/ffts/src/macros-neon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ffts/src/macros-neon.h b/lib/ffts/src/macros-neon.h
index 29aa49f..f0d1fff 100644
--- a/lib/ffts/src/macros-neon.h
+++ b/lib/ffts/src/macros-neon.h
@@ -39,9 +39,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdlib.h>
#endif
-#define FFTS_MALLOC(d,a) (valloc(d))
-#define FFTS_FREE(d) (free(d))
-
typedef float32x4_t V4SF;
typedef float32x4x2_t V4SF2;