File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
lib/node_modules/@stdlib/math/base/special/ldexp Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"options" : {
3
- "task" : " build"
3
+ "task" : " build" ,
4
+ "wasm" : false
4
5
},
5
6
"fields" : [
6
7
{
27
28
"confs" : [
28
29
{
29
30
"task" : " build" ,
31
+ "wasm" : false ,
30
32
"src" : [
31
33
" ./src/main.c"
32
34
],
54
56
},
55
57
{
56
58
"task" : " examples" ,
59
+ "wasm" : false ,
57
60
"src" : [
58
61
" ./src/main.c"
59
62
],
84
87
},
85
88
{
86
89
"task" : " benchmark" ,
90
+ "wasm" : false ,
91
+ "src" : [
92
+ " ./src/main.c"
93
+ ],
94
+ "include" : [
95
+ " ./include"
96
+ ],
97
+ "libraries" : [],
98
+ "libpath" : [],
99
+ "dependencies" : [
100
+ " @stdlib/math/base/assert/is-infinite" ,
101
+ " @stdlib/math/base/assert/is-nan" ,
102
+ " @stdlib/math/base/special/abs" ,
103
+ " @stdlib/number/float64/base/normalize" ,
104
+ " @stdlib/number/float64/base/exponent" ,
105
+ " @stdlib/number/float64/base/from-words" ,
106
+ " @stdlib/number/float32/base/to-word" ,
107
+ " @stdlib/math/base/special/copysign" ,
108
+ " @stdlib/constants/float64/ninf" ,
109
+ " @stdlib/constants/float64/pinf" ,
110
+ " @stdlib/constants/float64/min-base2-exponent-subnormal" ,
111
+ " @stdlib/constants/float64/max-base2-exponent" ,
112
+ " @stdlib/constants/float64/max-base2-exponent-subnormal" ,
113
+ " @stdlib/constants/float64/exponent-bias"
114
+ ]
115
+ },
116
+ {
117
+ "task" : " build" ,
118
+ "wasm" : true ,
87
119
"src" : [
88
120
" ./src/main.c"
89
121
],
You can’t perform that action at this time.
0 commit comments