Skip to content

Commit 1218beb

Browse files
tootsmstorsjo
authored andcommitted
Add build support for s390x
1 parent 46965df commit 1218beb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libFDK/include/FDK_archdef.h

+8
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,14 @@ [email protected]
232232
#elif defined(__powerpc__)
233233
#define ARCH_PREFER_MULT_32x32
234234

235+
#elif defined(__s390x__)
236+
#define ARCH_PREFER_MULT_32x32
237+
#define ARCH_PREFER_MULT_32x16
238+
#define SINETABLE_16BIT
239+
#define POW2COEFF_16BIT
240+
#define LDCOEFF_16BIT
241+
#define WINDOWTABLE_16BIT
242+
235243
#else
236244
#warning >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<<
237245

0 commit comments

Comments
 (0)