mirror of https://github.com/mstorsjo/fdk-aac.git
Merge "Add riscv64 support"
This commit is contained in:
commit
75e9f62078
|
@ -219,6 +219,13 @@ amm-info@iis.fraunhofer.de
|
|||
#define POW2COEFF_16BIT
|
||||
#define LDCOEFF_16BIT
|
||||
|
||||
#elif defined(__riscv)
|
||||
#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)! <<<<
|
||||
|
||||
|
|
Loading…
Reference in New Issue