Initialize the ARM SIMD fast path array.
authorJonathan Morton <jonathan.morton@movial.com>
Fri, 22 May 2009 16:01:26 +0000 (12:01 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 22 May 2009 16:01:26 +0000 (12:01 -0400)
pixman/pixman-arm-simd.c

index 8a6b58c..cd8c194 100644 (file)
@@ -427,4 +427,4 @@ static const FastPathInfo arm_simd_fast_path_array[] =
     { PIXMAN_OP_NONE },
 };
 
-const FastPathInfo *const arm_simd_fast_paths;
+const FastPathInfo *const arm_simd_fast_paths = arm_simd_fast_path_array;