mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-09-07 05:10:49 +02: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.