aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmlal_lane.c
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 /ref_vqdmlal_lane.c
parent93e9bc588cd8f38808540ed136260fd7af359efa (diff)
downloadplatform_external_arm-neon-tests-eb8034b39a424f157b7117141e23cdad329d5cc0.tar.gz
platform_external_arm-neon-tests-eb8034b39a424f157b7117141e23cdad329d5cc0.tar.bz2
platform_external_arm-neon-tests-eb8034b39a424f157b7117141e23cdad329d5cc0.zip
Add accessor functions for Neon_Overflow, such that its value can be
read/changed when compiling with GCC/ARM too.
Diffstat (limited to 'ref_vqdmlal_lane.c')
-rw-r--r--ref_vqdmlal_lane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqdmlal_lane.c b/ref_vqdmlal_lane.c
index 6f1064c..456473c 100644
--- a/ref_vqdmlal_lane.c
+++ b/ref_vqdmlal_lane.c
@@ -44,7 +44,7 @@ FNNAME (INSN_NAME)
/* vector_res = vqdmlxl_lane(vector, vector3, vector4, lane),
then store the result. */
#define TEST_VQDMLXL_LANE1(INSN, T1, T2, W, W2, N, V) \
- Neon_Overflow = 0; \
+ Set_Neon_Overflow(0); \
VECT_VAR(vector_res, T1, W, N) = \
INSN##_##T2##W2(VECT_VAR(vector, T1, W, N), \
VECT_VAR(vector3, T1, W2, N), \