[FFmpeg-devel] [PATCH 05/13] Add MIPS i6400 core optimizations
Nedeljko Babic
Nedeljko.Babic at imgtec.com
Tue Nov 17 16:03:16 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 05/13] Add MIPS i6400 core optimizations
Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
configure | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index d180c0d..e1c8851 100755
--- a/configure
+++ b/configure
@@ -4101,9 +4101,10 @@ elif enabled mips; then
disable mipsdsp
disable mipsdspr2
disable mipsfpu
-
- check_cflags "-mtune=i6400 -mabi=64"
- check_ldflags "-mabi=64"
+ check_cflags "-mtune=i6400 -mabi=64" &&
+ check_cflags "-mfp64 -msched-weight -mload-store-pairs -funroll-loops" &&
+ check_ldflags "-mabi=64" &&
+ add_asflags "-mfp64"
;;
loongson*)
disable mipsfpu
--
1.7.1
More information about the ffmpeg-devel
mailing list