mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-17 11:40:35 +01:00
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__)
|
#elif defined(__powerpc__)
|
||||||
#define ARCH_PREFER_MULT_32x32
|
#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
|
#else
|
||||||
#warning >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<<
|
#warning >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<<
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user