Difference between revisions of "Porting/ncnn"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (→In progress: Add POWER8 VSX toolchains) |
JeremyRand (talk | contribs) (Finished: Add POWER8 VSX toolchains) |
||
Line 3: | Line 3: | ||
* [https://github.com/Tencent/ncnn/pull/4807 Translate x86_64 SSE to ppc64le VSX intrinsics] | * [https://github.com/Tencent/ncnn/pull/4807 Translate x86_64 SSE to ppc64le VSX intrinsics] | ||
* [https://github.com/Tencent/ncnn/pull/4845 VSX toolchains: check for SSE2 support] | * [https://github.com/Tencent/ncnn/pull/4845 VSX toolchains: check for SSE2 support] | ||
+ | * [https://github.com/Tencent/ncnn/pull/4853 Add POWER8 VSX toolchains] | ||
= In progress = | = In progress = | ||
− | |||
* CI missing for POWER9/Clang | * CI missing for POWER9/Clang | ||
* SSE4.1 missing for POWER9/Clang on Fedora 38 | * SSE4.1 missing for POWER9/Clang on Fedora 38 |
Revision as of 14:44, 6 August 2023
Finished
- Translate x86_64 SSE to ppc64le VSX intrinsics
- VSX toolchains: check for SSE2 support
- Add POWER8 VSX toolchains
In progress
- CI missing for POWER9/Clang
- SSE4.1 missing for POWER9/Clang on Fedora 38
- Replace SSE with native VSX