Displaying 4 results from an estimated 4 matches for "cpu_ppc".
2004 Sep 10
2
1.0 souce released
OK, I did the last few patches and made the source release.
Hope I got everything. I'll send out the standard announcement
now. Thanks everyone.
Josh
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
2018 Jul 10
9
[PATCH 0/7] PowerPC64 performance improvements
...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
FLAC__CPU_PPC64
Add runtime detection of POWER8 and POWER9
Add VSX optimised versions of autocorrelation loops
configure.ac | 53 +-
m4/c_attribute.m4 | 18 +
src/libFLAC/Makefile.am | 1 +
src/libFLAC/cpu.c...
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...configure.in 30 Jan 2005 05:23:53 -0000
@@ -42,7 +42,6 @@
dnl AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] )
AC_CHECK_FUNCS(getopt_long, [], [])
-AC_CANONICAL_HOST
case "$host_cpu" in
i*86) cpu_ia32=true ; AC_DEFINE(FLAC__CPU_IA32) ;;
powerpc) cpu_ppc=true ; AC_DEFINE(FLAC__CPU_PPC) ;;
@@ -209,6 +208,9 @@
CFLAGS="$OUR_CFLAGS_HEAD $CFLAGS"
CXXFLAGS="$OUR_CFLAGS_HEAD $CXXFLAGS"
+AM_CONDITIONAL(FLaC__HAS_AS__TEMPORARILY_DISABLED, test "yes" = "no")
+AM_CONDITIONAL(FLaC__HAS_GAS__TEMPORARILY_DISABLED, test...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...> :info:build config.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 ../../t...