File tree
4 files changed
+5
-5
lines changed- .github/workflows
- deps
- rvk
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- .github/workflows/linux-arm64.yml+34
- .github/workflows/linux.yml+6-4
- .github/workflows/macos.yml+24
- .github/workflows/windows.yml+1-1
- CMakeLists.txt+9-1
- README.md+16-10
- rpp/CMakeLists.txt+8-6
- rpp/async.h+10-2
- rpp/base.h+9-2
- rpp/impl/log.cpp+6-1
- rpp/impl/profile.cpp+1-2
- rpp/impl/simd.cpp+50-55
- rpp/impl/vmath.cpp+82
- rpp/net.h+1-1
- rpp/pos/async_bsd.cpp+96
- rpp/pos/asyncio_bsd.cpp+70
- rpp/pos/asyncio_pos.cpp+2-4
- rpp/pos/net_pos.cpp+2-2
- rpp/pos/thread_pos.cpp+74-15
- rpp/pos/unify.cpp+7
- rpp/profile.h+6-1
- rpp/simd.h+8-24
- rpp/std/coroutine.h+2-2
- rpp/thread0.h+26-22
- rpp/vmath.h+2-2
- test/net.cpp+2
- test/simd.cpp+111
- test/vmath.cpp+43
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
0 commit comments