Difference between revisions of "Porting/ncnn"

From RCS Wiki
Jump to navigation Jump to search
(Finished: VSX toolchains: check for SSE2 support)
(→‎In progress: Add POWER8 VSX toolchains)
Line 6: Line 6:
 
= 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
* POWER8 toolchains missing
 
 
* SSE4.1 missing for POWER9/Clang on Fedora 38
 
* SSE4.1 missing for POWER9/Clang on Fedora 38
 
* Replace SSE with native VSX
 
* Replace SSE with native VSX

Revision as of 07:50, 6 August 2023

Finished

In progress

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

See Also