We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Ensure compilation with gcc
1745c81
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
0805844
Successfully merging a pull request may close this issue.
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: