Displaying 4 results from an estimated 4 matches for "flac__cpu_info_sse_os_asm_ia32".
2004 Sep 10
1
checking OS support for SSE
..._CPUINFO_IA32_CPUID_EXTENDED_AMD_3DNOW)? true : false;
info->data.ia32.ext3dnow = (cpuid & FLAC__CPUINFO_IA32_CPUID_EXTENDED_AMD_EXT3DNOW)? true : false;
info->data.ia32.extmmx = (cpuid & FLAC__CPUINFO_IA32_CPUID_EXTENDED_AMD_EXTMMX)? true : false;
-
-#ifndef FLAC__SSE_OS
- if(!FLAC__cpu_info_sse_os_asm_ia32()) /* this function currently always returns false */
- info->data.ia32.fxsr = info->data.ia32.sse = info->data.ia32.sse2 = false;
-#endif
}
#else
info->use_asm = false;
Index: src/libFLAC/ia32/cpu_asm.nasm
===================================================================
RCS f...
2004 Sep 10
0
1.0 candidate checked in
...do this if you have a
> *** shared version of the library, which you do not appear to have.
> [...]
> ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__lpc_compute_residual_from_qlp_coefficients_asm_ia32'
> ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__cpu_info_sse_os_asm_ia32'
> ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__lpc_compute_residual_from_qlp_coefficients_asm_ia32_mmx'
> ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__cpu_info_asm_ia32'
> ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLA...
2004 Sep 10
2
1.0 candidate checked in
...lac analyze.o decode.o encode.o file.o main.o -lm ../../src/libFLAC/.libs/libFLAC.so -Wl,--rpath -Wl,/usr/local/lib
../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__lpc_compute_residual_from_qlp_coefficients_asm_ia32'
../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__cpu_info_sse_os_asm_ia32'
../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__lpc_compute_residual_from_qlp_coefficients_asm_ia32_mmx'
../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__cpu_info_asm_ia32'
../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__lpc_restore_...
2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 03:01:54PM -0700, Josh Coalson wrote:
> --- Matt Zimmerman <mdz@debian.org> wrote:
> >
> > automake will include ltmain.sh in the source distribution, so it
> > should be
> > used even if it isn't installed on the build system. In fact, it
> > seems to
> > always use the distributed version, and not the installed one