Displaying 3 results from an estimated 3 matches for "_use_arm".
2004 Aug 06
0
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...have the
> same settings. The decoder_ctl and encoder_ctl set the same global flag
> variable.
>
> The way we setup the asm flags var should allow you to add the ARM assembly
> in the exact same manor. You would add a check in the configure.in for the
> platform and define a _USE_ARM and place the code in the same functions as
> we did. You would then add a SPEEX_ASM_ARM 8 or something and let the
> application decide to turn it on.
>
>
> Other Notes: This patch obsoletes ltp_sse.h and filters_sse.h . However
> the patch does not remove them. This is th...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...e on a given machine you would have the
same settings. The decoder_ctl and encoder_ctl set the same global flag
variable.
The way we setup the asm flags var should allow you to add the ARM assembly
in the exact same manor. You would add a check in the configure.in for the
platform and define a _USE_ARM and place the code in the same functions as
we did. You would then add a SPEEX_ASM_ARM 8 or something and let the
application decide to turn it on.
<p>Other Notes: This patch obsoletes ltp_sse.h and filters_sse.h . However
the patch does not remove them. This is thge updated version of...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...gs. The decoder_ctl and encoder_ctl set the same global flag
> > variable.
> >
> > The way we setup the asm flags var should allow you to add the ARM
> assembly
> > in the exact same manor. You would add a check in the configure.in for the
> > platform and define a _USE_ARM and place the code in the same functions as
> > we did. You would then add a SPEEX_ASM_ARM 8 or something and let the
> > application decide to turn it on.
> >
> >
> > Other Notes: This patch obsoletes ltp_sse.h and filters_sse.h . However
> > the patch does no...