Skip to content

Commit 90d36bc

Browse files
authored
Merge pull request #2417 from gc87/value-size
chore: set neu_value_size 512 -> 256
2 parents 431c903 + 9d8e39c commit 90d36bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/neuron/type.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ typedef struct {
155155
uint8_t * ptr;
156156
} neu_value_ptr_t;
157157

158-
#define NEU_VALUE_SIZE 512
158+
#define NEU_VALUE_SIZE 256
159159
#define NEU_ARRAY_SIZE 128
160160

161161
typedef struct {

0 commit comments

Comments
 (0)