File tree
6 files changed
+19
-38
lines changed- .github/workflows
- ci
- docker/wasm32-unknown-unknown
- examples
- src
6 files changed
+19
-38
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 | 10 |
| |
35 | 11 |
| |
36 | 12 |
| |
| |||
109 | 85 |
| |
110 | 86 |
| |
111 | 87 |
| |
| 88 | + | |
112 | 89 |
| |
113 | 90 |
| |
114 | 91 |
| |
| |||
121 | 98 |
| |
122 | 99 |
| |
123 | 100 |
| |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 | 101 |
| |
129 | 102 |
| |
130 |
| - | |
| 103 | + | |
131 | 104 |
| |
132 | 105 |
| |
133 | 106 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
+6-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
| |||
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
50 |
| - | |
51 |
| - | |
| 53 | + | |
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
| |||
94 | 96 |
| |
95 | 97 |
| |
96 | 98 |
| |
97 |
| - | |
| 99 | + | |
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 |
| - | |
| 347 | + | |
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
|
- .github/workflows/main.yml+67
- CONTRIBUTING.md+3-3
- Cargo.toml+2-2
- README.md+5-7
- azure-pipelines.yml-82
- ci/azure-install-rust.yml-25
- crates/compiler-builtins-smoke-test/Cargo.toml+4-1
- src/lib.rs+1-4
- src/math/atanf.rs+4-4
- src/math/exp.rs+1-1
- src/math/exp2.rs+3-3
- src/math/exp2f.rs+1-1
- src/math/expf.rs+1-1
- src/math/mod.rs+18
- src/math/pow.rs+6-6
- src/math/powf.rs+6-6
- src/math/rem_pio2.rs+6-6
- src/math/rem_pio2_large.rs+2-2
- src/math/sincosf.rs+39-8
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
0 commit comments