Simplify handling compiler handling in MMX code
authorSøren Sandmann <sandmann@redhat.com>
Sat, 12 Apr 2008 04:22:35 +0000 (00:22 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Sat, 12 Apr 2008 04:22:35 +0000 (00:22 -0400)
commit53882228c9bbd50609e2858502b9bc087ca76903
treede7d7f921033bb11303cd5898c494f0d2028a1ec
parent9f76747adec7ea00e31dd817427c1ed1bfa86aa8
Simplify handling compiler handling in MMX code

Instead of using the parameters --param inline-unit-growth=10000 and
--param large-function-growth=10000", just make the inline functions
__always_inline__.

Also support Intel's compiler in pixman-mmx.c.

Based on a patch by Serhat <ubunturk@gmail.com>
configure.ac
pixman/pixman-mmx.c