From: Parag Salasakar Date: Mon, 27 Jun 2016 07:32:55 +0000 (+0530) Subject: mips added p6600 cpu support X-Git-Tag: v1.6.1~478^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c184c6e1f38fb0cce91910a304d8d2db3bb6b81;p=platform%2Fupstream%2Flibvpx.git mips added p6600 cpu support Removed -funroll-loops Change-Id: I6684bcac62902c10f945a6dcc4ed803203fcd829 --- diff --git a/build/make/configure.sh b/build/make/configure.sh index 4f0071b..f2b8b37 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1153,13 +1153,13 @@ EOF if [ -n "${tune_cpu}" ]; then case ${tune_cpu} in p5600) - check_add_cflags -mips32r5 -funroll-loops -mload-store-pairs + check_add_cflags -mips32r5 -mload-store-pairs check_add_cflags -msched-weight -mhard-float -mfp64 check_add_asflags -mips32r5 -mhard-float -mfp64 check_add_ldflags -mfp64 ;; - i6400) - check_add_cflags -mips64r6 -mabi=64 -funroll-loops -msched-weight + i6400|p6600) + check_add_cflags -mips64r6 -mabi=64 -msched-weight check_add_cflags -mload-store-pairs -mhard-float -mfp64 check_add_asflags -mips64r6 -mabi=64 -mhard-float -mfp64 check_add_ldflags -mips64r6 -mabi=64 -mfp64