From eb8034b39a424f157b7117141e23cdad329d5cc0 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Wed, 9 May 2012 17:06:10 +0200 Subject: Add accessor functions for Neon_Overflow, such that its value can be read/changed when compiling with GCC/ARM too. --- ref_vqrshrun_n.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ref_vqrshrun_n.c') diff --git a/ref_vqrshrun_n.c b/ref_vqrshrun_n.c index 785c487..a80b396 100644 --- a/ref_vqrshrun_n.c +++ b/ref_vqrshrun_n.c @@ -41,7 +41,7 @@ FNNAME (INSN) { /* Basic test: y=vqrshrun_n(x,v), then store the result. */ #define TEST_VQRSHRUN_N2(INSN, T1, T2, W, W2, N, V) \ - Neon_Overflow = 0; \ + Set_Neon_Overflow(0); \ VECT_VAR(vector_res, uint, W2, N) = \ INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \ V); \ -- cgit v1.2.3