ARMv6: Lay the groundwork for later patches in the series
authorBen Avison <bavison@riscosopen.org>
Mon, 28 Jan 2013 17:03:50 +0000 (17:03 +0000)
committerSiarhei Siamashka <siarhei.siamashka@gmail.com>
Tue, 29 Jan 2013 19:47:42 +0000 (21:47 +0200)
commit2e173326aaf232d84ed71faf3517bd7989680e27
treef31b55cbb0d9abc275edbfd4d53cbaefd8bd6095
parent65fc1adb6545737058e938105ae948a3607c277c
ARMv6: Lay the groundwork for later patches in the series

Move the entire contents of pixman-arm-simd-asm.S to a new file;
ultimately this will only retain the scaled operations, so it is
named pixman-arm-simd-asm-scaled.S. Added new header file
pixman-arm-simd-asm.h, containing the macros which are the basis of
all the new ARMv6 implementations, although at this point in the
series, nothing uses them and the library should be binary-identical.
pixman/Makefile.am
pixman/pixman-arm-simd-asm-scaled.S [new file with mode: 0644]
pixman/pixman-arm-simd-asm.S
pixman/pixman-arm-simd-asm.h [new file with mode: 0644]