aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vdup.c')
-rw-r--r--ref_vdup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ref_vdup.c b/ref_vdup.c
index a5f6282..286a8ae 100644
--- a/ref_vdup.c
+++ b/ref_vdup.c
@@ -37,7 +37,6 @@ void exec_vdup (void)
int i;
/* Basic test: vec=vdup(x), then store the result. */
-#undef TEST_VDUP
#define TEST_VDUP(Q, T1, T2, W, N) \
VECT_VAR(vector, T1, W, N) = \
vdup##Q##_n_##T2##W(VECT_VAR(buffer_dup, T1, W, N)[i]); \