aboutsummaryrefslogtreecommitdiff
path: root/test/first_aligned.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:33 +0000
commitd75c98c0a04a3e2951d164d5636f0aa190e10b7e (patch)
treefb979fb4cf4f8052c8cc66b1ec9516d91fcd859b /test/first_aligned.cpp
parent47df2af8abe17863900679f9f7c2175e311d3d7c (diff)
parentedb0ad5bb04b48aab7dd0978f0475edd3550de7c (diff)
downloadeigen-d75c98c0a04a3e2951d164d5636f0aa190e10b7e.tar.gz
Change-Id: Ie6c1e123fd584d11318b1666c272382ea62f0773
Diffstat (limited to 'test/first_aligned.cpp')
-rw-r--r--test/first_aligned.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/first_aligned.cpp b/test/first_aligned.cpp
index ae2d4bc42..ed9945077 100644
--- a/test/first_aligned.cpp
+++ b/test/first_aligned.cpp
@@ -26,7 +26,7 @@ void test_none_aligned_helper(Scalar *array, int size)
struct some_non_vectorizable_type { float x; };
-void test_first_aligned()
+EIGEN_DECLARE_TEST(first_aligned)
{
EIGEN_ALIGN16 float array_float[100];
test_first_aligned_helper(array_float, 50);