Skip to content
Snippets Groups Projects
Verified Commit 4171532c authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Add int8 type

parent 101fd241
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ typedef struct {
#define WEIGHT_TYPE_float 0
#define WEIGHT_TYPE_int 1
#define WEIGHT_TYPE_qweight 2
#define WEIGHT_TYPE_int8 3
typedef struct {
char head[4];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment