Skip to content

Commit

Permalink
Fixed runtime to compile with gcc.
Browse files Browse the repository at this point in the history
Since the SIMD implementation currently only compiles on clang, this patch fixes the gcc compilation path by relying on the SIMD polyfill when compiling with gcc.

Also fixes some small issues when building Vello with gcc.

Diffs=
4335a2cd2 Fixed runtime to compile with gcc. (#5870)
  • Loading branch information
dragostis committed Aug 31, 2023
1 parent 28fe4b9 commit 5ce034d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c6b867df9f26298c1990143a26e495f56aa2ec61
4335a2cd2f18b8f8cb30555ff5a6fa24a1d54143
2 changes: 1 addition & 1 deletion wasm/submodules/rive-cpp

0 comments on commit 5ce034d

Please sign in to comment.