diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2021-07-23 13:53:42 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-07-28 23:31:48 +0200 |
commit | 1042039ccda7e9099f139b14981b48ee59900804 (patch) | |
tree | 1fbac90e774eae8a75586139238cfb3da13d9fb3 /libavutil/libavutil.v | |
parent | b868272d7e9f7a50490abd856a5066b009779e07 (diff) | |
download | ffmpeg-1042039ccda7e9099f139b14981b48ee59900804.tar.gz |
avcodec/mips: Use MMI marcos to replace Loongson3 instructions
Loongson3's extention instructions (prefixed with gs) are widely used
in our MMI codebase. However, these instructions are not avilable on
Loongson-2E/F while MMI code should work on these processors.
Previously we introduced mmiutils marcos to provide backward compactbility
but newly commited code didn't follow that. In this patch I revised the
codebase and converted all these instructions into MMI marcos to get
Loongson2 supproted again.
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>
Diffstat (limited to 'libavutil/libavutil.v')
0 files changed, 0 insertions, 0 deletions