Displaying 1 result from an estimated 1 matches for "e2556a12".
Did you mean:
255612
2016 Sep 28
2
[PATCH 2/5] Optimize fixed-point celt_fir_c() for ARM NEON
Linfeng Zhang wrote:
> +#ifdef SMALL_FOOTPRINT
> + for (i=0;i<N-7;i+=8)
> + {
> [snip over 80 lines of complicated NEON intrinsics code]
> + }
> +#else
So, one of the points of SMALL_FOOTPRINT is to reduce the code size on
targets where this matters (even if it means running slower), but this
is an awful lot of code.
I think it makes much more sense to expose the