Skip to content

Commit

Permalink
Add build support for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored and mstorsjo committed Dec 5, 2023
1 parent 46965df commit 1218beb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libFDK/include/FDK_archdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,14 @@ [email protected]
#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)! <<<<

Expand Down

0 comments on commit 1218beb

Please sign in to comment.