mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-24 12:10:17 +01:00
7fdf991097
Greatly shrinks the amount of generated code for GetDecodeTable(). Collapses an assembly output of 9000+ lines down to ~3621 with Clang, and 6513 down to ~2616 with GCC, given it's now allowed to construct all the entries as a sequence of constant data.