mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-20 12:32:28 +00:00
* Gowin: add header includes required on libstdc++. * kernel: fix incorrect printf-style format. * himbaechel: add missing `override` qualifiers. * Gowin: remove unnecessary `std::move`. These calls inhibit RVO, a stronger optimization than moving an object.