osmo-trx/Transceiver52M/arm
Philipp Maier fe9769833f cosmetic: remove code duplication
The ARM and the X86 implementation of the conversion functions share
the same, non cpu specific implementation in separate files.

This commit removes the code duplication by putting the generic
implementation into a convert_base.c, similar to to convolve_base.c

Change-Id: Ic8d8534a343e27cde79ddc85be4998ebd0cb6e5c
2017-05-19 17:16:37 +00:00
..
Makefile.am Transceiver52M: Add NEON complex-complex multiply 2013-11-15 23:34:59 -05:00
convert.c cosmetic: remove code duplication 2017-05-19 17:16:37 +00:00
convert_neon.S Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00
convolve.c ssedetect: Add runtime CPU detection 2017-05-19 17:12:45 +00:00
convolve_neon.S Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00
mult.c Transceiver52M: Add NEON complex-complex multiply 2013-11-15 23:34:59 -05:00
mult_neon.S Transceiver52M: Add NEON complex-complex multiply 2013-11-15 23:34:59 -05:00
scale.c Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00
scale_neon.S Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00