diff options
author | Jiaxun Yang <[email protected]> | 2020-07-18 23:35:39 +0800 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2020-07-23 17:21:58 +0200 |
commit | e387fcd01cb84d9493f3b96158addd2a85f086c6 (patch) | |
tree | 069646752e201a2b21d44740ef0dc19238d39689 /doc/APIchanges | |
parent | d5380f068d8c28ab3d2ffcea445a2a8072c30503 (diff) |
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 <[email protected]>
Reviewed-by: Shiyou Yin <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions