vmx: Remove unused expensive functions
authorOded Gabbay <oded.gabbay@gmail.com>
Sun, 6 Sep 2015 08:45:20 +0000 (11:45 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Fri, 18 Sep 2015 07:07:13 +0000 (10:07 +0300)
commit8189fad9610981d5b4dcd8f8980ff169110fb33c
treeffb96f7d1f5630952410ea7b56498eadff9024ef
parent6b1b8b2b90da11bf6101a151786b2a8c9f087338
vmx: Remove unused expensive functions

Now that we replaced the expensive functions with better performing
alternatives, we should remove them so they will not be used again.

Running Cairo benchmark on trimmed traces gave the following results:

POWER8, 8 cores, 3.4GHz, RHEL 7.2 ppc64le.

Speedups
========
t-firefox-scrolling     1232.30 -> 1096.55 :  1.12x
t-gnome-terminal-vim    613.86  -> 553.10  :  1.11x
t-evolution             405.54  -> 371.02  :  1.09x
t-firefox-talos-gfx     919.31  -> 862.27  :  1.07x
t-gvim                  653.02  -> 616.85  :  1.06x
t-firefox-canvas-alpha  941.29  -> 890.42  :  1.06x

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
pixman/pixman-vmx.c