|
26 | 26 | {
|
27 | 27 | "src": [
|
28 | 28 | "./src/dispatch.c",
|
| 29 | + "./src/inline/b_x.c", |
| 30 | + "./src/inline/c_x.c", |
| 31 | + "./src/inline/d_x.c", |
| 32 | + "./src/inline/f_x.c", |
| 33 | + "./src/inline/i_x.c", |
| 34 | + "./src/inline/k_x.c", |
| 35 | + "./src/inline/s_x.c", |
| 36 | + "./src/inline/t_x.c", |
| 37 | + "./src/inline/u_x.c", |
| 38 | + "./src/inline/x_x.c", |
| 39 | + "./src/inline/z_x.c", |
29 | 40 | "./src/internal/permute.c",
|
30 | 41 | "./src/internal/range.c",
|
31 |
| - "./src/internal/sort2ins.c" |
| 42 | + "./src/internal/sort2ins.c", |
| 43 | + "./src/predicate/b_x.c", |
| 44 | + "./src/predicate/b_x_as_c_x.c", |
| 45 | + "./src/predicate/b_x_as_d_x.c", |
| 46 | + "./src/predicate/b_x_as_f_x.c", |
| 47 | + "./src/predicate/b_x_as_i_x.c", |
| 48 | + "./src/predicate/b_x_as_k_x.c", |
| 49 | + "./src/predicate/b_x_as_t_x.c", |
| 50 | + "./src/predicate/b_x_as_u_x.c", |
| 51 | + "./src/predicate/b_x_as_z_x.c", |
| 52 | + "./src/predicate/c_x.c", |
| 53 | + "./src/predicate/c_x_as_z_x.c", |
| 54 | + "./src/predicate/d_x.c", |
| 55 | + "./src/predicate/d_x_as_z_x.c", |
| 56 | + "./src/predicate/f_x.c", |
| 57 | + "./src/predicate/f_x_as_c_x.c", |
| 58 | + "./src/predicate/f_x_as_d_x.c", |
| 59 | + "./src/predicate/f_x_as_z_x.c", |
| 60 | + "./src/predicate/i_x.c", |
| 61 | + "./src/predicate/i_x_as_d_x.c", |
| 62 | + "./src/predicate/i_x_as_z_x.c", |
| 63 | + "./src/predicate/k_x.c", |
| 64 | + "./src/predicate/k_x_as_c_x.c", |
| 65 | + "./src/predicate/k_x_as_d_x.c", |
| 66 | + "./src/predicate/k_x_as_f_x.c", |
| 67 | + "./src/predicate/k_x_as_i_x.c", |
| 68 | + "./src/predicate/k_x_as_z_x.c", |
| 69 | + "./src/predicate/s_x.c", |
| 70 | + "./src/predicate/s_x_as_c_x.c", |
| 71 | + "./src/predicate/s_x_as_d_x.c", |
| 72 | + "./src/predicate/s_x_as_f_x.c", |
| 73 | + "./src/predicate/s_x_as_i_x.c", |
| 74 | + "./src/predicate/s_x_as_k_x.c", |
| 75 | + "./src/predicate/s_x_as_z_x.c", |
| 76 | + "./src/predicate/t_x.c", |
| 77 | + "./src/predicate/t_x_as_c_x.c", |
| 78 | + "./src/predicate/t_x_as_d_x.c", |
| 79 | + "./src/predicate/t_x_as_f_x.c", |
| 80 | + "./src/predicate/t_x_as_i_x.c", |
| 81 | + "./src/predicate/t_x_as_u_x.c", |
| 82 | + "./src/predicate/t_x_as_z_x.c", |
| 83 | + "./src/predicate/u_x.c", |
| 84 | + "./src/predicate/u_x_as_d_x.c", |
| 85 | + "./src/predicate/u_x_as_z_x.c", |
| 86 | + "./src/predicate/x_x.c", |
| 87 | + "./src/predicate/z_x.c" |
32 | 88 | ],
|
33 | 89 | "include": [
|
34 | 90 | "./include"
|
|
37 | 93 | "libpath": [],
|
38 | 94 | "dependencies": [
|
39 | 95 | "@stdlib/complex/float32/ctor",
|
| 96 | + "@stdlib/complex/float32/real", |
| 97 | + "@stdlib/complex/float32/imag", |
40 | 98 | "@stdlib/complex/float64/ctor",
|
| 99 | + "@stdlib/complex/float64/real", |
| 100 | + "@stdlib/complex/float64/imag", |
41 | 101 | "@stdlib/ndarray/base/bytes-per-element",
|
42 | 102 | "@stdlib/ndarray/base/iteration-order",
|
43 | 103 | "@stdlib/ndarray/base/vind2bind",
|
|
0 commit comments