diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-12-03 13:22:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-04 20:51:01 +0100 |
commit | 1a538a149063a435620e904225c3bd42a51c510a (patch) | |
tree | d6335981b9a7d52ff0e1bebc043a2aad33d2dd11 | |
parent | c8419035f48f0a1b7fdbf934314ce27187fcd0d9 (diff) | |
download | ffmpeg-1a538a149063a435620e904225c3bd42a51c510a.tar.gz |
mips: add p5600 core optimizations
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |