This website requires JavaScript.
Explore
Help
Register
Sign in
Traneptora
/
FFmpeg
Watch
1
Fork
You've already forked FFmpeg
0
forked from
FFmpeg/FFmpeg
Code
Pull requests
Activity
eb5fc63deb
FFmpeg
/
libavutil
/
mips
/
Makefile
2 lines
41 B
Makefile
Raw
Normal View
History
Unescape
Escape
libavutil: Detect MMI and MSA flags for MIPS Add MMI & MSA runtime detection for MIPS. Basically there are two code pathes. For systems that natively support CPUCFG instruction or kernel emulated that instruction, we'll sense this feature from HWCAP and report the flags according to values grab from CPUCFG. For systems that have no CPUCFG (or not export it in HWCAP), we'll parse /proc/cpuinfo instead. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Shiyou Yin <yinshiyou-hf@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-18 23:35:39 +08:00
OBJS
+=
mips/float_dsp_mips.o mips/cpu.o
Copy permalink