mmx/sse2: Use SIMPLE_NEAREST_SOLID_MASK_FAST_PATH for NORMAL repeat
authorBen Avison <bavison@riscosopen.org>
Tue, 26 May 2015 22:58:29 +0000 (23:58 +0100)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Mon, 1 Jun 2015 10:57:09 +0000 (13:57 +0300)
commiteebc1b78200aff075dbcae9c8d00edad1f830d91
treee9c4c56fb4e29a4cd67cc364c4eff4e99365fb28
parent7f6692807902b840b81f860fb2196d2fb242d977
mmx/sse2: Use SIMPLE_NEAREST_SOLID_MASK_FAST_PATH for NORMAL repeat

These two architectures were the only place where
SIMPLE_NEAREST_SOLID_MASK_FAST_PATH was used, and in both cases the
equivalent SIMPLE_NEAREST_SOLID_MASK_FAST_PATH_NORMAL macro was used
immediately afterwards, so including the NORMAL case in the main macro
simplifies the fast path table.

[Pekka: removed extra comma from the end of
 SIMPLE_NEAREST_SOLID_MASK_FAST_PATH]

Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
pixman/pixman-inlines.h
pixman/pixman-mmx.c
pixman/pixman-sse2.c