[FFmpeg-devel] [PATCH 03/13] Add MIPS p5600 core optimizations
Nedeljko Babic
Nedeljko.Babic at imgtec.com
Tue Nov 17 16:02:53 CET 2015
LGTM
Thanks,
Nedeljko
________________________________________
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel at ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 03/13] Add MIPS p5600 core optimizations
Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
configure | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 3fd156e..fa5207c 100755
--- a/configure
+++ b/configure
@@ -4094,8 +4094,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
--
1.7.1
More information about the ffmpeg-devel
mailing list