Difference between revisions of "Porting/ncnn"

From RCS Wiki
Jump to navigation Jump to search
(Translate x86_64 SSE to ppc64le VSX intrinsics)
(In progress)
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]
 +
 +
= In progress =
 +
 +
* CI missing for POWER9/Clang
 +
* POWER8 toolchains missing
 +
* SSE4.1 missing for POWER9/Clang on Fedora 38
 +
* Replace SSE with native VSX
  
 
= See Also =
 
= See Also =

Revision as of 03:38, 6 July 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

See Also