mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-24 15:57:00 +00:00
mips: add i6400 core optimizations
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
1dcd96f72f
commit
88d66f691a
7
configure
vendored
7
configure
vendored
@ -4162,9 +4162,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
|
||||
|
Loading…
Reference in New Issue
Block a user