summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-12-03 13:22:18 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2015-12-04 20:51:01 +0100
commit1a538a149063a435620e904225c3bd42a51c510a (patch)
treed6335981b9a7d52ff0e1bebc043a2aad33d2dd11 /configure
parentc8419035f48f0a1b7fdbf934314ce27187fcd0d9 (diff)
mips: add p5600 core optimizations
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 2e64821167..aa21b39261 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