merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc

This commit is contained in:
Josh Coalson
2005-01-21 01:53:02 +00:00
parent fd218cf3cf
commit 663c599b0a
3 changed files with 84 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ typedef struct {
typedef struct {
FLAC__bool altivec;
FLAC__bool ppc64;
} FLAC__CPUInfo_PPC;
extern const unsigned FLAC__CPUINFO_IA32_CPUID_CMOV;