diff options
author | Jonathan Morton <jonathan.morton@movial.com> | 2009-05-22 12:01:26 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-05-22 12:01:26 -0400 |
commit | 67addb4b3800f754155c8607bca85d23d840e056 (patch) | |
tree | b323d18fe8746a2eff201e7a643a67851c13edc6 | |
parent | 2f1732359787f946bd1efd92be1f2f86aa91be3c (diff) |
Initialize the ARM SIMD fast path array.
-rw-r--r-- | pixman/pixman-arm-simd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-arm-simd.c b/pixman/pixman-arm-simd.c index 8a6b58c..cd8c194 100644 --- a/pixman/pixman-arm-simd.c +++ b/pixman/pixman-arm-simd.c @@ -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; |