mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 05:42:42 +00:00
Simics is not supported. As such, the sample project README.txt files must not provide instructions on how to execute an image using Simics. Change-Id: I6cc09169902b5e10f50799c280d0bbc63f1ae624 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> |
||
---|---|---|
.. | ||
Makefile | ||
prj_x86.conf | ||
README.txt |
Title: test_fp_sharing Description: This test uses the background task and a fiber to independently load and store floating point registers and check for corruption. This tests the ability of contexts to safely share floating point hardware resources, even when switching occurs preemptively. -------------------------------------------------------------------------------- Building and Running Project: This nanokernel project outputs to the console. It can be built and executed on QEMU as follows: make pristine make nanokernel.qemu -------------------------------------------------------------------------------- Sample Output: Floating point sharing tests started =================================================================== Load and store OK after 100 (high) + 83270 (low) tests Load and store OK after 200 (high) + 164234 (low) tests Load and store OK after 300 (high) + 245956 (low) tests Load and store OK after 400 (high) + 330408 (low) tests Load and store OK after 500 (high) + 411981 (low) tests Load and store OK after 600 (high) + 495450 (low) tests Load and store OK after 700 (high) + 579436 (low) tests Load and store OK after 800 (high) + 663078 (low) tests Load and store OK after 900 (high) + 746627 (low) tests Load and store OK after 1000 (high) + 826008 (low) tests =================================================================== VXMICRO PROJECT EXECUTION SUCCESSFUL