search for: speex_asm_mmx_basic

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

2004 Aug 06
0
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...u 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 full SSE2 support which corresponds to > SPEEX_ASM_MMX_SSE_FP. None of the other defines are actively used, but they > are included since they r...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...ile 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 full SSE2 support which corresponds to SPEEX_ASM_MMX_SSE_FP. None of the other defines are actively used, but they are included since they represent different Intel/AMD p...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...form 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 full SSE2 support which corresponds to > > SPEEX_ASM_MMX_SSE_FP. None of the other defines are actively used, but > they &g...