ffmpeg | branch: master | Vicente Olivert Riera <vincent.ri...@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.ri...@imgtec.com>
Signed-off-by: Michael Niedermayer <mich...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to