[Pixman] [PATCH 01/12] MIPS: DSPr2: Removed build restrictions

Siarhei Siamashka siarhei.siamashka at gmail.com
Wed Sep 18 11:15:31 PDT 2013


On Mon,  9 Sep 2013 00:52:40 +0200
Nemanja Lukic <nemanja.lukic at rt-rk.com> wrote:

> This check forced -mips32r2 to be passed in order to enable
> MIPS DSPr2 fast paths.
> ---
>  configure.ac |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index daf4062..5a773e9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -671,9 +671,6 @@ xserver_save_CFLAGS=$CFLAGS
>  CFLAGS="-mdspr2 $CFLAGS"
>  
>  AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
> -#if !(defined(__mips__) &&  __mips_isa_rev >= 2)
> -#error MIPS DSPr2 is currently only available on MIPS32r2 platforms.
> -#endif
>  int
>  main ()
>  {

Looks good.

-- 
Best regards,
Siarhei Siamashka


More information about the Pixman mailing list