Difference between revisions of "Porting/ncnn"

From RCS Wiki
Jump to navigation Jump to search
(→‎In progress: Add POWER8 VSX toolchains)
(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 =
  
* [https://github.com/Tencent/ncnn/pull/4853 Add POWER8 VSX toolchains]
 
 
* 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 15:44, 6 August 2023

Finished

In progress

  • CI missing for POWER9/Clang
  • SSE4.1 missing for POWER9/Clang on Fedora 38
  • Replace SSE with native VSX

See Also