search for: speex_set_asm_flag

Displaying 3 results from an estimated 3 matches for "speex_set_asm_flag".

2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...der_ctl() and speex_encoder_ctl It does this twofold. First there is a modification to the configure.in script which introduces a check based upon platform. It will compile in the sse assembly if you are on an i?86 based platform by making a special define. Second, it adds a new ctl value called SPEEX_SET_ASM_FLAG which takes in an integer. The values are defined as: #define SPEEX_SET_ASM_FLAG 200 #define SPEEX_ASM_MMX_NONE 0 #define SPEEX_ASM_MMX_BASIC 1 #define SPEEX_ASM_MMX_SSE 2 #define SPEEX_ASM_MMX_SSE_FP 4 The current Speex SSE code requires f...
2004 Aug 06
0
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...encoder_ctl > It does this twofold. First there is a modification to the configure.in > script which introduces a check based upon platform. It will compile in the > sse assembly if you are on an i?86 based platform by making a special > define. Second, it adds a new ctl value called SPEEX_SET_ASM_FLAG which > takes in an integer. The values are defined as: > > #define SPEEX_SET_ASM_FLAG 200 > #define SPEEX_ASM_MMX_NONE 0 > #define SPEEX_ASM_MMX_BASIC 1 > #define SPEEX_ASM_MMX_SSE 2 > #define SPEEX_ASM_MMX_SSE_FP 4 &gt...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...t does this twofold. First there is a modification to the configure.in > > script which introduces a check based upon platform. It will compile in > the > > sse assembly if you are on an i?86 based platform by making a special > > define. Second, it adds a new ctl value called SPEEX_SET_ASM_FLAG which > > takes in an integer. The values are defined as: > > > > #define SPEEX_SET_ASM_FLAG 200 > > #define SPEEX_ASM_MMX_NONE 0 > > #define SPEEX_ASM_MMX_BASIC 1 > > #define SPEEX_ASM_MMX_SSE 2 > > #def...