You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since gcc lacks support for vector builtins/the ext_vector_type attribute,
incorporate the polyfill already utilized by the MSVC target
Fixes https://github.com/rive-app/rive-cpp/issues/360
Since gcc lacks support for vector builtins/the ext_vector_type attribute,
incorporate the polyfill already utilized by the MSVC target
Fixes https://github.com/rive-app/rive-cpp/issues/360
It would be nice to make rive-cpp compile with a recent gcc version. Right now it fails due to some issues in smid.hpp and others.
The adventage would be that it can then more easily integrated in embedded devices with already existing gcc based sdk / crosscompile toolchains.
The text was updated successfully, but these errors were encountered: