parent
c049b37d7b
commit
3d68f364f1
8 changed files with 586 additions and 1075 deletions
|
@ -39,12 +39,6 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#undef MIN
|
||||
#undef MAX
|
||||
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||
|
||||
// 16-bit float
|
||||
// on Arm, we use __fp16
|
||||
// on x86, we use uint16_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue