zephyr/tests/kernel/test_intmath/README
Andrew Boie 54b58827b0 test_intmath: new Nios II test case for integer math
Not all CPUs implemement the mul, div, or mulx instructions. Ensure
that any runtime handling of these works correctly.

Change-Id: I50426bd5704cd913f290c9677d1760d53c9e4b56
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-28 22:48:28 +00:00

4 lines
219 B
Plaintext

This test case is to ensure that integer math is handled correctly
on Nios II, either through native instruction support, runtime emulation
via unimplemented instruction exceptions, or use of GCC integer math routines.