Re: [FFmpeg-devel] [PATCH 2/3] libavcodec/mips: Fix build errors reported by clang

2021-05-28 Thread yinshiyou-hf
> -原始邮件- > 发件人: "Jin Bo" > 发送时间: 2021-05-28 10:04:40 (星期五) > 收件人: ffmpeg-devel@ffmpeg.org > 抄送: "Jin Bo" > 主题: [FFmpeg-devel] [PATCH 2/3] libavcodec/mips: Fix build errors reported by clang > > Clang is more strict on the type of asm oper

[FFmpeg-devel] [PATCH 2/3] libavcodec/mips: Fix build errors reported by clang

2021-05-27 Thread Jin Bo
Clang is more strict on the type of asm operands, float or double type variable should use constraint 'f', integer variable should use constraint 'r'. Signed-off-by: Jin Bo --- libavcodec/mips/constants.c | 89 +++-- libavcodec/mips/constants.h | 88 +++-- libavcodec/