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