search for: cb_search_ss

Displaying 9 results from an estimated 9 matches for "cb_search_ss".

Did you mean: cb_search_sse
2007 Aug 20
3
SSE bug on Win32 with GCC 4.2.1
...spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I recently found a .. weird bug on Win32 SSE with GCC 4.2.1. In libspeex/cb_search_sse.h, the following union is used: union { float __a[4]; __m128 __v; } __u; [...] Content analysis details: (4.0 points, 3.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 BAYES_50 BODY: Bayes...
2007 Aug 20
2
SSE bug on Win32 with GCC 4.2.1
Jean-Marc Valin wrote: >> I recently found a .. weird bug on Win32 SSE with GCC 4.2.1. >> >> In libspeex/cb_search_sse.h, the following union is used: >> >> union { >> float __a[4]; >> __m128 __v; >> } __u; >> >> For some odd reason, this particular version of GCC will not 16-byte >> align the union. IE; the alignment requirement of __v isn't propagated. &...
2004 Aug 06
2
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
Here are our notes on 1.1.4 testing on Windows 1. Compile Error with regular mode (FIXED_POINT undefined) at lsp.c line 104 static inline spx_word16_t spx_cos(spx_word16_t x) . VS6 does not like the inline keyword here. Removing it allows compiling. same with cb_search_sse.h line 34. 2. Compile Error with quant_lsp.c line 55. M_PI is undefined. Either it needs to be included in that file or placed in a header. 3. denoise.c doesn't seem to be in tar.gz, it is in the visual studio project file though. Now onto the actual SSE tests. We ran the SSE intrinic...
2005 Dec 02
0
run time assembler patch for altivec, sse + bug fixes
...ment was scrubbed... Name: filters_altivec.c Type: application/octet-stream Size: 4970 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20051202/46c05f55/filters_altivec-0002.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: cb_search_sse.c Type: application/octet-stream Size: 3214 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20051202/46c05f55/cb_search_sse-0001.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: vq_sse.c Type: application/octet-stream Siz...
2007 Aug 22
0
SSE bug on Win32 with GCC 4.2.1
...piler that manages the stack and needs to ensure alignment. Jean-Marc > > On 8/20/07, Thorvald Natvig <speex@natvig.com> wrote: >> Jean-Marc Valin wrote: >>>> I recently found a .. weird bug on Win32 SSE with GCC 4.2.1. >>>> >>>> In libspeex/cb_search_sse.h, the following union is used: >>>> >>>> union { >>>> float __a[4]; >>>> __m128 __v; >>>> } __u; >>>> >>>> For some odd reason, this particular version of GCC will not 16-byte >>>> align the uni...
2004 Aug 06
0
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
> 1. Compile Error with regular mode (FIXED_POINT undefined) at lsp.c line 104 > static inline spx_word16_t spx_cos(spx_word16_t x) . VS6 does not like > the inline keyword here. Removing it allows compiling. > > same with cb_search_sse.h line 34. It seems like your compiler simply doesn't like "inline". I suggest doing a -Dinline= which is what autoconf does when it detects that the compiler doesn't understand the inline keyword. > 2. Compile Error with quant_lsp.c line 55. M_PI is undefined. Either it...
2007 Aug 22
1
SSE bug on Win32 with GCC 4.2.1
...memory, and an implicit assumption in the speex code that it will have proper alignment. On 8/20/07, Thorvald Natvig <speex@natvig.com> wrote: > > Jean-Marc Valin wrote: > >> I recently found a .. weird bug on Win32 SSE with GCC 4.2.1. > >> > >> In libspeex/cb_search_sse.h, the following union is used: > >> > >> union { > >> float __a[4]; > >> __m128 __v; > >> } __u; > >> > >> For some odd reason, this particular version of GCC will not 16-byte > >> align the union. IE; the alignment re...
2004 Aug 06
2
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
...you wrote: > > 1. Compile Error with regular mode (FIXED_POINT undefined) at lsp.c > line 104 > > static inline spx_word16_t spx_cos(spx_word16_t x) . VS6 does > not like > > the inline keyword here. Removing it allows compiling. > > > > same with cb_search_sse.h line 34. > >It seems like your compiler simply doesn't like "inline". I suggest >doing a -Dinline= which is what autoconf does when it detects that the >compiler doesn't understand the inline keyword. > > > 2. Compile Error with quant_lsp.c line 55. M_PI...
2017 May 29
0
[PATCH] Add CMake build script
...lsp_tables_nb.c + libspeex/modes.c + libspeex/modes_wb.c + libspeex/nb_celp.c + libspeex/quant_lsp.c + libspeex/sb_celp.c + libspeex/speex_callbacks.c + libspeex/speex_header.c + libspeex/window.c + libspeex/arch.h + libspeex/bfin.h + libspeex/cb_search_arm4.h + libspeex/cb_search_bfin.h + libspeex/cb_search_sse.h + libspeex/filters.h + libspeex/filters_arm4.h + libspeex/filters_bfin.h + libspeex/filters_sse.h + libspeex/fixed_arm4.h + libspeex/fixed_arm5e.h + libspeex/fixed_bfin.h + libspeex/fixed_debug.h + libspeex/lpc.h + libspeex/lpc_bfin.h + libspeex/ltp.h + libspeex/ltp_arm4.h + libspeex/ltp_sse.h +...