sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/target-alpha
Richard Henderson d0af544555 target-alpha: Fix float32_to_s vs zero exponent.
There was a bug in float32_to_s that incorrectly mapped a zero exponent
to 0x38.  This meant 0.0f != 0.  At the same time, fix a generic type
punning bug in helper_memory_to_s and helper_s_to_memory.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2009-12-17 18:12:04 +01:00
..
STATUS target-alpha: update STATUS 2008-10-01 07:07:59 +00:00
cpu.h target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
exec.h Replace always_inline with inline 2009-08-16 09:06:54 +00:00
helper.c target-alpha: Fix compiler warning for gcc-4.3 (and older) 2009-12-16 18:26:28 +01:00
helper.h target-alpha: Implement fp branch/cmov inline. 2009-12-17 18:12:02 +01:00
op_helper.c target-alpha: Fix float32_to_s vs zero exponent. 2009-12-17 18:12:04 +01:00
translate.c target-alpha: Implement fp branch/cmov inline. 2009-12-17 18:12:02 +01:00