aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2012-05-09 17:06:10 +0200
committerChristophe Lyon <christophe.lyon@st.com>2012-05-11 15:02:56 +0200
commiteb8034b39a424f157b7117141e23cdad329d5cc0 (patch)
tree80291f26ba85698cb7d86be3bcaa7f6c66101566 /README
parent93e9bc588cd8f38808540ed136260fd7af359efa (diff)
downloadarm-neon-tests-eb8034b39a424f157b7117141e23cdad329d5cc0.tar.gz
Add accessor functions for Neon_Overflow, such that its value can be
read/changed when compiling with GCC/ARM too.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index b926924..bbb0d83 100644
--- a/README
+++ b/README
@@ -23,13 +23,12 @@ $ make check # to compare the results with the expected output
Known issues:
-------------
-The tests currently fail to build with GCC/ARM:
-- no support for Neon_Overflow/fpsrc register
-- ICE when compiling ref_vldX.c, ref_vldX_lane.c, ref_vstX_lane.c
-- fails to compile vst1_lane.c
+Some tests currently fail to build with GCC/ARM:
- missing include files: dspfns.h, armdsp.h
-VS[LR]I.64 tests are disabled because QEmu aborts.
+As GCC/ARM provides no support for the Neon_Overflow/fpsrc register,
+auxiliary accessor functions have been implemented in
+stm-arm-neon-ref.h.
Engineering:
------------