mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-20 09:54:18 +01:00
f43995ec53
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.