search for: flac__cpu_info_asm_ia32

Displaying 6 results from an estimated 6 matches for "flac__cpu_info_asm_ia32".

2017 Feb 14
2
Flac build issue in debug win x32
Hi Guys, The following code in CPU.c (line 155) won't link if you don't have NASM code built even if FLAC__HAS_X86INTRIN is true as FLAC__cpu_info_asm_ia32 don't exists and the else is compiled if there is no dead code stripping if (FLAC__HAS_X86INTRIN) { FLAC__cpu_info_x86(0, &flags_eax, &flags_ebx, &flags_ecx, &flags_edx); info->ia32.intel = (flags_ebx == 0x756E6547 && flags_edx == 0x49656E69 &amp...
2017 Feb 20
0
Flac build issue in debug win x32
Here is a patch that fixes the issue. There are multiple way to fix it though. Le 14/02/2017 à 15:08, Olivier Tristan a écrit : > Hi Guys, > > The following code in CPU.c (line 155) won't link if you don't have > NASM code built even if FLAC__HAS_X86INTRIN is true as > FLAC__cpu_info_asm_ia32 don't exists and the else is compiled if there > is no dead code stripping > > if (FLAC__HAS_X86INTRIN) { > FLAC__cpu_info_x86(0, &flags_eax, &flags_ebx, &flags_ecx, > &flags_edx); > info->ia32.intel = (flags_ebx == 0x756E6547 && fl...
2004 Sep 10
1
checking OS support for SSE
...============================================== RCS file: /cvsroot/flac/flac/src/libFLAC/ia32/cpu_asm.nasm,v retrieving revision 1.4 diff -u -r1.4 cpu_asm.nasm --- src/libFLAC/ia32/cpu_asm.nasm 2001/07/18 00:24:46 1.4 +++ src/libFLAC/ia32/cpu_asm.nasm 2001/07/27 08:57:04 @@ -22,7 +22,7 @@ cglobal FLAC__cpu_info_asm_ia32 cglobal FLAC__cpu_info_extended_amd_asm_ia32 -cglobal FLAC__cpu_info_sse_os_asm_ia32 +cglobal FLAC__cpu_info_sse_test_asm_ia32 code_section @@ -81,20 +81,7 @@ pop ebx ret -;WATCHOUT - DO NOT call this function until you have verified CPU support of -; SSE by inspecting the re...
2004 Sep 10
0
1.0 candidate checked in
...; > ../../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_signal_asm_ia32_mmx' > ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__lpc_restore_signal_asm_ia32' > ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__cpu_info_ex...
2004 Sep 10
2
1.0 candidate checked in
...ts_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_signal_asm_ia32_mmx' ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__lpc_restore_signal_asm_ia32' ../../src/libFLAC/.libs/libFLAC.so: undefined reference to `FLAC__cpu_info_extended_amd_asm_...
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