rive-app / rive-cpp

C++ runtime for Rive
MIT License
278 stars 42 forks source link

Ensure compilation with gcc #362

Open BertholdKrevert opened 10 months ago

BertholdKrevert commented 10 months ago

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

BertholdKrevert commented 10 months ago

This helps us to integrate rive-cpp into https://github.com/basysKom/RiveQtQuickPlugin

Thanks for your work on Rive.