Difference between revisions of "Porting/ncnn"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (→In progress: VSX toolchains: check for SSE2 support) |
JeremyRand (talk | contribs) (Finished: VSX toolchains: check for SSE2 support) |
||
Line 2: | Line 2: | ||
* [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] | ||
= In progress = | = In progress = | ||
− | |||
* CI missing for POWER9/Clang | * CI missing for POWER9/Clang | ||
* POWER8 toolchains missing | * POWER8 toolchains missing |
Revision as of 06:47, 6 August 2023
Finished
In progress
- CI missing for POWER9/Clang
- POWER8 toolchains missing
- SSE4.1 missing for POWER9/Clang on Fedora 38
- Replace SSE with native VSX