Skip to content

Commit d9ad83c

Browse files
fabiangreffrathtoots
authored andcommitted
Add missing #defines for sparc.
Co-Authored-By: Romain Beauxis <[email protected]>
1 parent 7eb1130 commit d9ad83c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libFDK/include/FDK_archdef.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,14 @@ [email protected]
240240
#define LDCOEFF_16BIT
241241
#define WINDOWTABLE_16BIT
242242

243+
#elif defined(__sparc__)
244+
#define ARCH_PREFER_MULT_32x32
245+
#define ARCH_PREFER_MULT_32x16
246+
#define SINETABLE_16BIT
247+
#define POW2COEFF_16BIT
248+
#define LDCOEFF_16BIT
249+
#define WINDOWTABLE_16BIT
250+
243251
#else
244252
#warning >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<<
245253

0 commit comments

Comments
 (0)