Author | SHA1 | Message | Date |
---|---|---|---|
|
e387fcd01c |
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> |
4 years ago |
|
8b81eabe57 | avutil: add AVX-512 flags | 7 years ago |
|
a6a750c7ef | tests: Move all test programs to a subdirectory | 9 years ago |
|
cd244fae98 |
avutil/cpu-test: Fix includes (needed for HAVE_*)
Commit message by commiter Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
9 years ago |
|
d12b5b2f13 |
build: Split test programs off into separate files
This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system. |
9 years ago |