[flac-dev] PPC asm is disabled since Jan 2005
lvqcl
lvqcl.mail at gmail.com
Sun Jul 20 02:55:57 PDT 2014
lvqcl wrote:
> During making a patch I found that PPC asm code wasn't disabled in
> Makefile.lite. Anybody uses it on Linux/Darwin PPC platform?
It seems that it is disabled on Linux PPC even for Makefile.lite build.
From src/libFLAC/Makefile.lite:
ifeq ($(OS),Darwin)
SRCS_S = \
ppc/as/lpc_asm.s
else
ifeq ($(PROC),i386)
...
So, ppc/altivec asm is enabled in Makefile.lite only for Darwin OS.
(and for all CPUs? so Makefile.lite is broken for Darwin on Intel?)
More information about the flac-dev
mailing list