Skip to content

Commit

Permalink
Synchronize sources of LASX from BUILD.gn to CMakeList.txt
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=280505

Reviewed by NOBODY (OOPS!).

Synchronize sources about LASX from BUILD.gn to CMakeList.txt
to fix error during linking on loong64 platform, like:

`ld.lld: error: undefined hidden symbol: SkOpts::Init_lasx()`

* Source/ThirdParty/skia/CMakeLists.txt:
Add:
src/core/SkBitmapProcState_opts_lasx.cpp
src/core/SkBlitRow_opts_lasx.cpp
src/core/SkSwizzler_opts_lasx.cpp
src/opts/SkOpts_lasx.cpp
  • Loading branch information
wszqkzqk committed Nov 27, 2024
1 parent 3be0078 commit 9569695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/ThirdParty/skia/CMakeLists.txt

0 comments on commit 9569695

Please sign in to comment.