[FFmpeg-devel] [PATCH v3 03/14] mips: add p5600 core optimizations

Vicente Olivert Riera Vincent.Riera at imgtec.com
Thu Dec 3 14:22:18 CET 2015


Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
Changes v2 -> v3:
 - Nothing.

Changes v1 -> v2:
 - Nothing.

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

diff --git a/configure b/configure
index d0631a0..0397ea1 100755
--- a/configure
+++ b/configure
@@ -4098,8 +4098,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
-- 
2.4.10



More information about the ffmpeg-devel mailing list