722460652b
Motorola treats denormals with explicit integer bit set as having unbiased exponent 0, unlike Intel which treats it as having unbiased exponent 1 (more like all other IEEE formats that have no explicit integer bit). Add a flag on FloatFmt to differentiate the behaviour. Reported-by: Keith Packard <keithp@keithp.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
11 lines
275 B
Makefile
11 lines
275 B
Makefile
# -*- Mode: makefile -*-
|
|
#
|
|
# m68k specific tweaks - specifically masking out broken tests
|
|
#
|
|
|
|
VPATH += $(SRC_PATH)/tests/tcg/m68k
|
|
TESTS += trap denormal
|
|
|
|
# On m68k Linux supports 4k and 8k pages (but 8k is currently broken)
|
|
EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-8192
|