Files
Xenia-Canary/src/xenia/cpu/backend/x64
Herman S. 11815400cd [CPU] Fix f16 pack rounding and SHORT_2 test input
Add round-to-nearest-even to the fast float16 pack path by folding a
0xFFF rounding bias into XMMF16PackLCPI0 and extracting bit 13 of the
source as the tie-breaker, matching the software fallback behavior.

Fix PACK_SHORT_2 test to use pre-biased float input (0x40400000 = 3.0)
as the hardware expects, rather than raw 0.0f which is out of range.
2026-02-14 00:48:16 +09:00
..
2025-07-27 02:46:43 -07:00
2015-08-06 20:17:01 -07:00
2025-07-19 14:42:21 -07:00
2015-08-06 20:17:01 -07:00
2022-12-28 14:20:20 -06:00