aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vget_low.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vget_low.c')
-rw-r--r--ref_vget_low.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ref_vget_low.c b/ref_vget_low.c
index 9865695..5925ada 100644
--- a/ref_vget_low.c
+++ b/ref_vget_low.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
@@ -58,6 +58,8 @@ void exec_vget_low (void)
TEST_VGET_LOW(uint, u, 16, 4, 8);
TEST_VGET_LOW(uint, u, 32, 2, 4);
TEST_VGET_LOW(uint, u, 64, 1, 2);
+ TEST_VGET_LOW(poly, p, 8, 8, 16);
+ TEST_VGET_LOW(poly, p, 16, 4, 8);
TEST_VGET_LOW(float, f, 32, 2, 4);
dump_results_hex (TEST_MSG);