mirror of https://github.com/mstorsjo/fdk-aac.git
Add build support for s390x
This commit is contained in:
parent
8264e376ea
commit
c16d5d72c9
|
@ -232,6 +232,14 @@ amm-info@iis.fraunhofer.de
|
|||
#elif defined(__powerpc__)
|
||||
#define ARCH_PREFER_MULT_32x32
|
||||
|
||||
#elif defined(__s390x__)
|
||||
#define ARCH_PREFER_MULT_32x32
|
||||
#define ARCH_PREFER_MULT_32x16
|
||||
#define SINETABLE_16BIT
|
||||
#define POW2COEFF_16BIT
|
||||
#define LDCOEFF_16BIT
|
||||
#define WINDOWTABLE_16BIT
|
||||
|
||||
#else
|
||||
#warning >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<<
|
||||
|
||||
|
|
Loading…
Reference in New Issue