aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2012-05-11 15:14:44 +0200
committerChristophe Lyon <christophe.lyon@st.com>2012-05-14 10:01:39 +0200
commitbfab3833928e3f47559971a6d35f2ec0dc685c1a (patch)
tree1d8961dd0074cd56392d0e485c3523f4aeb570b5 /README
parent07e032b61e5a9caa19ffd66588284d090a4afbaa (diff)
downloadplatform_external_arm-neon-tests-bfab3833928e3f47559971a6d35f2ec0dc685c1a.tar.gz
platform_external_arm-neon-tests-bfab3833928e3f47559971a6d35f2ec0dc685c1a.tar.bz2
platform_external_arm-neon-tests-bfab3833928e3f47559971a6d35f2ec0dc685c1a.zip
* Enable compilation & link with GCC
* Enable compilation with GCC and link with armlink * Separate integer/dsp tests as GCC does not support them currently
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index bbb0d83..fa2c6f3 100644
--- a/README
+++ b/README
@@ -13,8 +13,13 @@ GNU GCC (for the ARM target), and supports execution with ARM RVDEBUG
on an ARM simulator and with QEMU.
For convenience, the ARM ELF binary file (as compiled with RVCT) is
-supplied (compute_ref.axf), as well as expected outputs
-(ref-rvct.txt).
+supplied (compute_ref.axf), as well as expected output (ref-rvct.txt).
+
+A second file containing expected output is also supplied:
+ref-rvct-neon.txt, which contains only the results of the Neon
+instrinsics tests. It is aimed at being used to check GCC's results,
+since this compiler does not support the integer & dsp builtins whose
+results are also present in ref-rvct.txt.
Typical usage when used to debug QEmu:
$ make all # to build the test program with ARM rvct and execute with QEmu