summaryrefslogtreecommitdiff
path: root/utests/compiler_vector_load_store.cpp
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@gmail.com>2013-08-09 10:35:59 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-08-09 23:32:10 +0800
commitc8f8c69321eb38cb63f296b328c364c9ee9928e8 (patch)
tree427452465e3205a9e060a75f9ae4d50120a71021 /utests/compiler_vector_load_store.cpp
parent9a2760d421b70def9f3974bc2d2c4df2dbf5df20 (diff)
downloadbeignet-c8f8c69321eb38cb63f296b328c364c9ee9928e8.tar.gz
Utests: enable long/ulong in vector load/store test case.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com> Reviewed-by: "Song, Ruiling" <ruiling.song@intel.com>
Diffstat (limited to 'utests/compiler_vector_load_store.cpp')
-rw-r--r--utests/compiler_vector_load_store.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utests/compiler_vector_load_store.cpp b/utests/compiler_vector_load_store.cpp
index 7deb7cbe..f8a3dcb2 100644
--- a/utests/compiler_vector_load_store.cpp
+++ b/utests/compiler_vector_load_store.cpp
@@ -59,5 +59,5 @@ test_all_vector(int32_t, int)
test_all_vector(uint32_t, uint)
test_all_vector(float, float)
test_all_vector(double, double)
-//test_all_vector(int64_t, long)
-//test_all_vector(uint64_t, ulong)
+test_all_vector(int64_t, long)
+test_all_vector(uint64_t, ulong)