Usage: configure --cpu=2k1000
---
 configure | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure b/configure
index 2cdfd32..8323c67 100755
--- a/configure
+++ b/configure
@@ -5001,6 +5001,10 @@ elif enabled mips; then
                     fi
                 fi
                 case $cpu in
+                    2k1000)
+                        cpuflags="-march=loongson3a -mhard-float"
+                        disable msa2
+                    ;;
                     loongson3*)
                         cpuflags="-march=loongson3a -mhard-float 
$expensive_optimization_flag"
                     ;;
-- 
2.1.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to