File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
lib/node_modules/@stdlib/math/base/special/exp2 Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "options" : {
3- "task" : " build"
3+ "task" : " build" ,
4+ "wasm" : false
45 },
56 "fields" : [
67 {
2728 "confs" : [
2829 {
2930 "task" : " build" ,
31+ "wasm" : false ,
3032 "src" : [
3133 " ./src/main.c"
3234 ],
4749 },
4850 {
4951 "task" : " benchmark" ,
52+ "wasm" : false ,
5053 "src" : [
5154 " ./src/main.c"
5255 ],
6669 },
6770 {
6871 "task" : " examples" ,
72+ "wasm" : false ,
73+ "src" : [
74+ " ./src/main.c"
75+ ],
76+ "include" : [
77+ " ./include"
78+ ],
79+ "libraries" : [],
80+ "libpath" : [],
81+ "dependencies" : [
82+ " @stdlib/math/base/assert/is-nan" ,
83+ " @stdlib/constants/float64/max-base2-exponent" ,
84+ " @stdlib/constants/float64/pinf" ,
85+ " @stdlib/math/base/special/round" ,
86+ " @stdlib/math/base/special/ldexp" ,
87+ " @stdlib/constants/float64/min-base2-exponent"
88+ ]
89+ },
90+ {
91+ "task" : " build" ,
92+ "wasm" : true ,
6993 "src" : [
7094 " ./src/main.c"
7195 ],
You can’t perform that action at this time.
0 commit comments