From: "徐福隆 via ffmpeg-devel" <ffmpeg-devel@ffmpeg.org> To: =?gb18030?B?RkZtcGVnIGRldmVsb3BtZW50IGRpc2N1c3Npb25zIGFuZCBwYXRjaGVz?= <ffmpeg-devel@ffmpeg.org> Cc: =?gb18030?B?0Oy4o8Kh?= <839789740@qq.com>, =?gb18030?B?bWFydGlu?= <martin@martin.st> Subject: Re: [FFmpeg-devel] [PATCH] lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d Date: Wed, 29 Nov 2023 18:01:57 +0800 Message-ID: <tencent_AA0E4645F0E56CCD3C9E653DA1AB6CCA1807@qq.com> (raw) In-Reply-To: <e154274-eea-8838-3d13-bc85d794ebe0@martin.st> [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain; charset="gb18030", Size: 2244 bytes --] Thank you for your reading and explaining carefully, Martin. Yes, you are right. I build with iOS 13.0, and FFmpeg 6.0. It seems that there is no ".arch" directive in asm.S. That is to say, it isn't a newest version. ------------------ Original ------------------ From: "FFmpeg development discussions and patches" <martin@martin.st>; Date: Tue, Nov 28, 2023 09:57 PM To: "xufuji456 via ffmpeg-devel"<ffmpeg-devel@ffmpeg.org>; Cc: "Ð츣¡"<839789740@qq.com>; Subject: Re: [FFmpeg-devel] [PATCH] lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d Hi, On Wed, 15 Nov 2023, xufuji456 via ffmpeg-devel wrote: > Building iOS platform with arm64, the compiler has a warning: > "instruction movi.2d with immediate #0 may not function correctly on > this CPU, converting to movi.16b" The change is correct and something we should do. However since fb1b88af77cd39034cef4b6d08af79496cd75ed8, our asm.S starts with an ".arch" directive, and that silences this warning, so I wonder how you've run into it or tested it. (I presume you've run into it with an older version, then tried to find all cases of this instruction in the codebase and changed those?) (This warning is something that only is triggered when building for iOS, not macOS, due to a bug in early iPhone CPUs - see https://github.com/llvm/llvm-project/commit/9097a07e4e83b9f394598d53557247277b064b09.) Anyway, the change looks good, so I'll push it. // Martin _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2023-11-29 10:02 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-11-15 3:53 xufuji456 via ffmpeg-devel 2023-11-28 13:57 ` Martin Storsjö 2023-11-29 10:01 ` 徐福隆 via ffmpeg-devel [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=tencent_AA0E4645F0E56CCD3C9E653DA1AB6CCA1807@qq.com \ --to=ffmpeg-devel@ffmpeg.org \ --cc=839789740@qq.com \ --cc=martin@martin.st \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git