[FFmpeg-cvslog] mips: add p5600 core optimizations

Vicente Olivert Riera git at videolan.org
Fri Dec 4 21:27:37 CET 2015


ffmpeg | branch: master | Vicente Olivert Riera <Vincent.Riera at imgtec.com> | Thu Dec  3 13:22:18 2015 +0000| [1a538a149063a435620e904225c3bd42a51c510a] | committer: Michael Niedermayer

mips: add p5600 core optimizations

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a538a149063a435620e904225c3bd42a51c510a
---

 configure |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 2e64821..aa21b39 100755
--- a/configure
+++ b/configure
@@ -4120,8 +4120,9 @@ elif enabled mips; then
             disable mips64r6
             disable mipsdsp
             disable mipsdspr2
-
-            check_cflags "-mtune=p5600"
+            check_cflags "-mtune=p5600" &&
+            check_cflags "-mfp64 -msched-weight -mload-store-pairs -funroll-loops" &&
+            add_asflags "-mfp64"
         ;;
         i6400)
             disable mipsdsp



More information about the ffmpeg-cvslog mailing list