File tree Expand file tree Collapse file tree 1 file changed +26
-9
lines changed
lib/node_modules/@stdlib/math/base/special/copysign Expand file tree Collapse file tree 1 file changed +26
-9
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
],
33
35
"include" : [
34
36
" ./include"
35
37
],
36
- "libraries" : [
37
- " -lm"
38
- ],
38
+ "libraries" : [],
39
39
"libpath" : [],
40
40
"dependencies" : [
41
41
" @stdlib/constants/float64/high-word-abs-mask" ,
48
48
},
49
49
{
50
50
"task" : " benchmark" ,
51
+ "wasm" : false ,
51
52
"src" : [
52
53
" ./src/main.c"
53
54
],
54
55
"include" : [
55
56
" ./include"
56
57
],
57
- "libraries" : [
58
- " -lm"
59
- ],
58
+ "libraries" : [],
60
59
"libpath" : [],
61
60
"dependencies" : [
62
61
" @stdlib/constants/float64/high-word-abs-mask" ,
68
67
},
69
68
{
70
69
"task" : " examples" ,
70
+ "wasm" : false ,
71
71
"src" : [
72
72
" ./src/main.c"
73
73
],
74
74
"include" : [
75
75
" ./include"
76
76
],
77
- "libraries" : [
78
- " -lm"
77
+ "libraries" : [],
78
+ "libpath" : [],
79
+ "dependencies" : [
80
+ " @stdlib/constants/float64/high-word-abs-mask" ,
81
+ " @stdlib/constants/float64/high-word-sign-mask" ,
82
+ " @stdlib/number/float64/base/to-words" ,
83
+ " @stdlib/number/float64/base/get-high-word" ,
84
+ " @stdlib/number/float64/base/from-words"
85
+ ]
86
+ },
87
+ {
88
+ "task" : " build" ,
89
+ "wasm" : true ,
90
+ "src" : [
91
+ " ./src/main.c"
92
+ ],
93
+ "include" : [
94
+ " ./include"
79
95
],
96
+ "libraries" : [],
80
97
"libpath" : [],
81
98
"dependencies" : [
82
99
" @stdlib/constants/float64/high-word-abs-mask" ,
You can’t perform that action at this time.
0 commit comments