File tree 2 files changed +59
-59
lines changed
ndarray/base/bytes-per-element/lib
2 files changed +59
-59
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "binary" : 1 ,
3
- "bool" : 1 ,
4
- "complex64" : 8 ,
5
- "complex128" : 16 ,
6
- "float16" : 2 ,
7
- "bfloat16" : 2 ,
8
- "float32" : 4 ,
9
- "float64" : 8 ,
10
- "float128" : 16 ,
11
- "generic" : null ,
12
- "int8" : 1 ,
13
- "int16" : 2 ,
14
- "int32" : 4 ,
15
- "int64" : 8 ,
16
- "int128" : 16 ,
17
- "int256" : 32 ,
18
- "uint8" : 1 ,
19
- "uint8c" : 1 ,
20
- "uint16" : 2 ,
21
- "uint32" : 4 ,
22
- "uint64" : 8 ,
23
- "uint128" : 16 ,
24
- "uint256" : 32
2
+ "binary" : 1 ,
3
+ "bool" : 1 ,
4
+ "complex64" : 8 ,
5
+ "complex128" : 16 ,
6
+ "float16" : 2 ,
7
+ "bfloat16" : 2 ,
8
+ "float32" : 4 ,
9
+ "float64" : 8 ,
10
+ "float128" : 16 ,
11
+ "generic" : null ,
12
+ "int8" : 1 ,
13
+ "int16" : 2 ,
14
+ "int32" : 4 ,
15
+ "int64" : 8 ,
16
+ "int128" : 16 ,
17
+ "int256" : 32 ,
18
+ "uint8" : 1 ,
19
+ "uint8c" : 1 ,
20
+ "uint16" : 2 ,
21
+ "uint32" : 4 ,
22
+ "uint64" : 8 ,
23
+ "uint128" : 16 ,
24
+ "uint256" : 32
25
25
}
Original file line number Diff line number Diff line change 1
1
{
2
- "options" : {},
3
- "fields" : [
4
- {
5
- "field" : " src" ,
6
- "resolve" : true ,
7
- "relative" : true
8
- },
9
- {
10
- "field" : " include" ,
11
- "resolve" : true ,
12
- "relative" : true
13
- },
14
- {
15
- "field" : " libraries" ,
16
- "resolve" : false ,
17
- "relative" : false
18
- },
19
- {
20
- "field" : " libpath" ,
21
- "resolve" : true ,
22
- "relative" : false
23
- }
24
- ],
25
- "confs" : [
26
- {
27
- "src" : [
28
- " ./src/main.c"
29
- ],
30
- "include" : [
31
- " ./include"
32
- ],
33
- "libraries" : [],
34
- "libpath" : [],
35
- "dependencies" : []
36
- }
37
- ]
2
+ "options" : {},
3
+ "fields" : [
4
+ {
5
+ "field" : " src" ,
6
+ "resolve" : true ,
7
+ "relative" : true
8
+ },
9
+ {
10
+ "field" : " include" ,
11
+ "resolve" : true ,
12
+ "relative" : true
13
+ },
14
+ {
15
+ "field" : " libraries" ,
16
+ "resolve" : false ,
17
+ "relative" : false
18
+ },
19
+ {
20
+ "field" : " libpath" ,
21
+ "resolve" : true ,
22
+ "relative" : false
23
+ }
24
+ ],
25
+ "confs" : [
26
+ {
27
+ "src" : [
28
+ " ./src/main.c"
29
+ ],
30
+ "include" : [
31
+ " ./include"
32
+ ],
33
+ "libraries" : [],
34
+ "libpath" : [],
35
+ "dependencies" : []
36
+ }
37
+ ]
38
38
}
You can’t perform that action at this time.
0 commit comments