mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-24 16:15:28 +01:00
Operations done before the main half float operation (like HAdd) were managing a packed value instead of the unpacked one. Adding an unpacked operation allows us to drop the per-operand MetaHalfArithmetic entry, simplifying the code overall.