Rename the current ARM code to ARM SIMD
authorAdrian Bunk <adrian.bunk@movial.fi>
Fri, 31 Oct 2008 18:59:30 +0000 (14:59 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 31 Oct 2008 18:59:30 +0000 (14:59 -0400)
commitf9db3ec7b94db45f388b210d7bed639048f1aa23
tree86f327fbb69f778821bf36ec6dcb459e174310e1
parentb9e2dd783e34969aa7c41877b0aa49920788637b
Rename the current ARM code to ARM SIMD

This code is only for CPUs supporting the SIMD instructions, not for all ARM
CPUs.

I stumbled above the recent commit with the ARM SIMD code while preparing a
patch that models the patch from #13445 after the MMX and SSE2 cases:

The ARM SIMD option currently uses --disable-arm, although this code is only
for CPUs >= ARMv6. That's as if one would call the option to disable the SSE2
code --disable-x86.

This patch therefore renames the configure option and the function and file
names to arm-simd/arm_simd.
configure.ac
pixman/Makefile.am
pixman/pixman-arm.c [deleted file]
pixman/pixman-arm.h [deleted file]
pixman/pixman-pict.c