aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vst1_lane.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vst1_lane.c')
-rw-r--r--ref_vst1_lane.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ref_vst1_lane.c b/ref_vst1_lane.c
index 59af2c3..a5ed6d4 100644
--- a/ref_vst1_lane.c
+++ b/ref_vst1_lane.c
@@ -1,6 +1,6 @@
/*
-Copyright (c) 2009, 2010, 2011 STMicroelectronics
+Copyright (c) 2009, 2010, 2011, 2013 STMicroelectronics
Written by Christophe Lyon
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -55,6 +55,8 @@ void exec_vst1_lane (void)
TEST_VST1_LANE(, uint, u, 16, 4, 2);
TEST_VST1_LANE(, uint, u, 32, 2, 0);
TEST_VST1_LANE(, uint, u, 64, 1, 0);
+ TEST_VST1_LANE(, poly, p, 8, 8, 6);
+ TEST_VST1_LANE(, poly, p, 16, 4, 2);
TEST_VST1_LANE(, float, f, 32, 2, 1);
TEST_VST1_LANE(q, int, s, 8, 16, 15);
@@ -65,6 +67,8 @@ void exec_vst1_lane (void)
TEST_VST1_LANE(q, uint, u, 16, 8, 4);
TEST_VST1_LANE(q, uint, u, 32, 4, 3);
TEST_VST1_LANE(q, uint, u, 64, 2, 0);
+ TEST_VST1_LANE(q, poly, p, 8, 16, 10);
+ TEST_VST1_LANE(q, poly, p, 16, 8, 4);
TEST_VST1_LANE(q, float, f, 32, 4, 1);
dump_results_hex (TEST_MSG);