File tree
5 files changed
+7
-9
lines changed- .github/workflows
- librapid/vendor
5 files changed
+7
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 22 | + | |
25 | 23 |
| |
26 | 24 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 25 | + | |
31 | 26 |
| |
32 | 27 |
| |
33 | 28 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
- .github/workflows/emscripten.yml+29
- .github/workflows/style-check.yml+2-2
- CMakeLists.txt+3-6
- docs/source/api/arch.rst+1-1
- docs/source/vectorized_code.rst+1-1
- examples/mandelbrot.cpp+1-2
- include/xsimd/arch/generic/xsimd_generic_math.hpp+6-2
- include/xsimd/arch/generic/xsimd_generic_memory.hpp+17
- include/xsimd/arch/xsimd_sse2.hpp+2-2
- include/xsimd/arch/xsimd_sve.hpp+2-2
- include/xsimd/math/xsimd_rem_pio2.hpp+1-1
- include/xsimd/types/xsimd_api.hpp+30
- include/xsimd/types/xsimd_batch.hpp+1-1
- include/xsimd/types/xsimd_batch_constant.hpp+141
- test/CMakeLists.txt+11-1
- test/doc/CMakeLists.txt+5
- test/doc/explicit_use_of_an_instruction_set.cpp+1-1
- test/main.cpp+19-1
- test/test_batch_bool.cpp+17
- test/test_batch_constant.cpp+106-3
- test/test_power.cpp+2-1
- test/test_rounding.cpp+2-15
- test/test_wasm/browser_main.html+12
- test/test_wasm/test_wasm.sh+43
- test/test_wasm/test_wasm_playwright.py+123
- test/test_xsimd_api.cpp+9
0 commit comments