Skip to content
Snippets Groups Projects
Unverified Commit e2cdf9b9 authored by Ralph Giles's avatar Ralph Giles
Browse files

Rename arm ne10 assembly optimization files.


Make these consistent with the other optimization file
sets which use a suffix to indicate the extension they
use.

Signed-off-by: default avatarJonathan Lennox <jonathan@vidyo.com>
parent 6db968e9
No related branches found
No related tags found
No related merge requests found
/* Copyright (c) 2015 Xiph.Org Foundation
Written by Viswanath Puttagunta */
/**
@file celt_ne10_fft.c
@file celt_fft_ne10.c
@brief ARM Neon optimizations for fft using NE10 library
*/
......
/* Copyright (c) 2015 Xiph.Org Foundation
Written by Viswanath Puttagunta */
/**
@file celt_ne10_mdct.c
@file celt_mdct_ne10.c
@brief ARM Neon optimizations for mdct using NE10 library
*/
......
......@@ -45,5 +45,5 @@ celt/arm/celt_neon_intr.c \
celt/arm/pitch_neon_intr.c
CELT_SOURCES_ARM_NE10 = \
celt/arm/celt_ne10_fft.c \
celt/arm/celt_ne10_mdct.c
celt/arm/celt_fft_ne10.c \
celt/arm/celt_mdct_ne10.c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment