We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716f439 commit e274a95Copy full SHA for e274a95
libFDK/include/FDK_archdef.h
@@ -240,6 +240,14 @@ [email protected]
240
#define LDCOEFF_16BIT
241
#define WINDOWTABLE_16BIT
242
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
+
251
#else
252
#warning >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<<
253
0 commit comments