mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 07:50:50 -07: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.