Displaying 2 results from an estimated 2 matches for "thirdcontact".
2004 Aug 06
0
Problem compiling speex 1.1.4
Pierre wrote:
> /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/xmmintrin.h:34:3:
> #error "SSE instruction set not enabled"
<p>Speex 1.0.3--the current stable version--compiles without problems on
GCC 3.3.x. If, however, you need Speex 1.1.4, the easiest fix is to
configure with:
CFLAGS='-msse' ./configure --enable-sse [other options]
or
CFLAGS='-g
2004 Aug 06
4
libspeex/SSE Intrinsics with GCC 3.3.x
When compiling Speex 1.1.4 with GCC 3.3.2, the option -msse must be
added to the CFLAGS in libspeex/Makefile.
GCC 3.1.1 added a new option "-msse" (see
http://gcc.gnu.org/gcc-3.1/changes.html , specifically under "New
Targets and Target Specific Improvements") to enable SSE instructions
within the compiler's output (for appropriate architectures).
Compiling speex on