Add run-time CPU detection and support for ARM architecture
Run-time CPU detection (RTCD) is enabled by default if target platform support
it.
It can be disable at compile time with --disable-rtcd option.
Add RTCD support for ARM architecture.
Thanks to Timothy B. Terriberry for help and code review
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
Showing
- Makefile.am 4 additions, 0 deletionsMakefile.am
- celt/arm/armcpu.c 166 additions, 0 deletionscelt/arm/armcpu.c
- celt/arm/armcpu.h 35 additions, 0 deletionscelt/arm/armcpu.h
- celt/celt_decoder.c 3 additions, 0 deletionscelt/celt_decoder.c
- celt/celt_encoder.c 4 additions, 0 deletionscelt/celt_encoder.c
- celt/cpu_support.h 51 additions, 0 deletionscelt/cpu_support.h
- celt_headers.mk 2 additions, 0 deletionscelt_headers.mk
- celt_sources.mk 3 additions, 0 deletionscelt_sources.mk
- configure.ac 20 additions, 0 deletionsconfigure.ac
- src/opus_decoder.c 3 additions, 0 deletionssrc/opus_decoder.c
- src/opus_encoder.c 4 additions, 0 deletionssrc/opus_encoder.c
Loading
Please register or sign in to comment