summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run_tests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index facfb74..96116c4 100644
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -241,4 +241,12 @@ run_test "./math-int rotl 4096 23 8"
clear_memory 100
run_test "./use-host-ptr 10"
+
+################################################################################
+#v4i32 loads
+################################################################################
+
+clear_memory 100
+run_test "./vec-load"
+
echo "$PASS passes, $FAIL fails"