search for: cpu_x86_64

Displaying 7 results from an estimated 7 matches for "cpu_x86_64".

2014 May 30
3
Typos in the FLAC codebase
...ag/snprintf.c, line 42: 'on systems with a norrmal ISO C99' 'norrmal' -> 'normal' 2) src/flac/encode.c, line 1661: '(eg, very short files, < 10000 fames)' 'fames' -> frames? samples? bytes? 3) configure.ac, line 140: 'AM_CONDITIONAL(FLAC__CPU_X86_64, test "x$cpu_x86_64" = xtrue)' Not sure about this, but other names inside AM_CONDITIONALs begin with FLaC__, not FLAC__. A quote from configure.ac: "NOTE that for many of the AM_CONDITIONALs we use the prefix FLaC__ instead of FLAC__ since autoconf triggers off 'AC_' in...
2008 Apr 10
2
Delay occurred when the makefile change
...../net/nbs_setsignal.c \ enc/encoder_quant.c \ enc/blockmap.c \ enc/common.c \ enc/dct.c \ enc/dct_decode.c \ enc/frarray.c \ enc/frinit.c \ enc/mcomp.c \ enc/misc_common.c \ enc/pb.c \ enc/pp.c \ enc/reconstruct.c \ enc/scan.c \ enc/dsp.c if CPU_x86_64 enc_arch_dir = enc/x86_64 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $(enc_arch_dir)/idct_mmx.c \ $(enc_arch_dir)/fdct_mmx.c else if CPU_x86_32 enc_arch_dir = enc/x86_32...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...../net/nbs_setsignal.c \ enc/encoder_quant.c \ enc/blockmap.c \ enc/common.c \ enc/dct.c \ enc/dct_decode.c \ enc/frarray.c \ enc/frinit.c \ enc/mcomp.c \ enc/misc_common.c \ enc/pb.c \ enc/pp.c \ enc/reconstruct.c \ enc/scan.c \ enc/dsp.c if CPU_x86_64 enc_arch_dir = enc/x86_64 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $(enc_arch_dir)/idct_mmx.c \ $(enc_arch_dir)/fdct_mmx.c else if CPU_x86_32 enc_arch_dir = enc/x86_32...
2014 Jun 01
2
Typos in the FLAC codebase
Erik de Castro Lopo wrote: >> 3) configure.ac, line 140: 'AM_CONDITIONAL(FLAC__CPU_X86_64, test "x$cpu_x86_64" = xtrue)' >> >> Not sure about this, but other names inside AM_CONDITIONALs begin with FLaC__, >> not FLAC__. A quote from configure.ac: "NOTE that for many of the AM_CONDITIONALs >> we use the prefix FLaC__ instead of FLAC__ since aut...
2014 Jun 07
1
Typos in the FLAC codebase
Erik de Castro Lopo wrote: >> 3) configure.ac, line 140: 'AM_CONDITIONAL(FLAC__CPU_X86_64, test "x$cpu_x86_64" = xtrue)' >> >> Not sure about this, but other names inside AM_CONDITIONALs begin with FLaC__, >> not FLAC__. A quote from configure.ac: "NOTE that for many of the AM_CONDITIONALs >> we use the prefix FLaC__ instead of FLAC__ since aut...
2018 Jul 10
9
[PATCH 0/7] PowerPC64 performance improvements
The following series adds initial vector support for PowerPC64. On POWER9, flac --best is about 3.3x faster. Amitay Isaacs (2): Add m4 macro to check for C __attribute__ features Check if compiler supports target attribute on ppc64 Anton Blanchard (5): configure.ac: Remove SPE detection code configure.ac: Add VSX enable/disable configure.ac: Fix FLAC__CPU_PPC on little endian, and add
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...onfig.status: creating dlls/dbgeng/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. dbgeng.c > :info:build config.status: creating dlls/dbghelp/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. coff.c cpu_arm.c cpu_i386.c cpu_ppc.c cpu_sparc.c cpu_x86_64.c crc32.c dbghelp.c dwarf.c elf_module.c image.c macho_module.c minidump.c module.c msc.c path.c pe_module.c source.c stabs.c stack.c storage.c symbol.c type.c version.rc > :info:build config.status: creating dlls/dciman32/Makefile > :info:build ../../tools/makedep -C. -S../.....