1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| #ifndef ALG_PLATFORM_X86_H__
| #define ALG_PLATFORM_X86_H__
|
| #include <stdlib.h>
|
| #define AEC_ANS_AFC_ASYN_ENABLE 0
| #define dm
| #define pm
| #define pm
| #define restrict
| #define mymalloc(type, size) malloc(size)
| #define myfree(type, ptr) free(ptr)
| #define inline
| #define asm(x)
| #define INT_DIS()
| #define INT_ENABLE()
| #include "circptr.h"
| #include "complex_cn.h"
| #include "rfft.h"
| #include "vector.h"
| #include "math_macro.h"
|
|
| #endif //end ALG_PLATFORM_X86_H__
|
|