mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:21:57 +00:00
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>
4 lines
219 B
Plaintext
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.
|