From: James Almer <jamrial@gmail.com> To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH 2/2] x86/takdsp: add avx2 versions of all functions Date: Fri, 22 Dec 2023 20:30:09 -0300 Message-ID: <4210df0c-2d44-49ef-84f2-3ea856a72bcd@gmail.com> (raw) In-Reply-To: <20231222230834.GH6420@pb2> On 12/22/2023 8:08 PM, Michael Niedermayer wrote: > On Thu, Dec 21, 2023 at 10:15:49PM -0300, James Almer wrote: >> On an Intel Core i7 12700k: >> >> decorrelate_ls_c: 814.3 >> decorrelate_ls_sse2: 165.8 >> decorrelate_ls_avx2: 101.3 >> decorrelate_sf_c: 1602.6 >> decorrelate_sf_sse4: 640.1 >> decorrelate_sf_avx2: 324.6 >> decorrelate_sm_c: 1564.8 >> decorrelate_sm_sse2: 379.3 >> decorrelate_sm_avx2: 203.3 >> decorrelate_sr_c: 785.3 >> decorrelate_sr_sse2: 176.3 >> decorrelate_sr_avx2: 99.8 >> >> Signed-off-by: James Almer <jamrial@gmail.com> > > on AMD Ryzen 9 3950X 16-Core Processor > > Illegal instruction (core dumped) > threads=1 > tests/Makefile:308: recipe for target 'fate-lossless-tak' failed > make: *** [fate-lossless-tak] Error 132 > > (gdb) disassemble $rip-32, $rip+32 > Dump of assembler code from 0x55555651a580 to 0x55555651a5c0: > 0x000055555651a580: or $0x17,%al > 0x000055555651a582: movdqa %xmm1,(%rdi,%rdx,1) > 0x000055555651a587: add $0x10,%rdx > 0x000055555651a58b: jl 0x55555651a562 > 0x000055555651a58d: retq > 0x000055555651a58e: nop > 0x000055555651a58f: nop > 0x000055555651a590: shl $0x2,%edx > 0x000055555651a593: add %rdx,%rdi > 0x000055555651a596: add %rdx,%rsi > 0x000055555651a599: neg %rdx > 0x000055555651a59c: vmovd %ecx,%xmm2 > => 0x000055555651a5a0: vpbroadcastd %r8d,%ymm3 Right, on linux the fifth argument is on a gpr, and vpbroadcastd with gpr source is avx512. Will fix and resend. > 0x000055555651a5a6: vbroadcasti128 0x4bc751(%rip),%ymm4 # 0x5555569d6d00 > 0x000055555651a5af: vmovdqa (%rsi,%rdx,1),%ymm1 > 0x000055555651a5b4: vpsrad %xmm2,%ymm1,%ymm1 > 0x000055555651a5b8: vpmulld %ymm3,%ymm1,%ymm1 > 0x000055555651a5bd: vpaddd %ymm4,%ymm1,%ymm1 > End of assembler dump. > > > [...] > > > _______________________________________________ > 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".
next prev parent reply other threads:[~2023-12-22 23:30 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-12-22 1:15 [FFmpeg-devel] [PATCH 1/2] checkasm/takdsp: add decorrelate_sf test James Almer 2023-12-22 1:15 ` [FFmpeg-devel] [PATCH 2/2] x86/takdsp: add avx2 versions of all functions James Almer 2023-12-22 23:08 ` Michael Niedermayer 2023-12-22 23:30 ` James Almer [this message] 2023-12-22 23:52 ` [FFmpeg-devel] [PATCH 2/2 v2] " James Almer 2023-12-23 10:44 ` Lynne 2023-12-23 11:46 ` Andreas Rheinhardt 2023-12-22 9:52 ` [FFmpeg-devel] [PATCH 1/2] checkasm/takdsp: add decorrelate_sf test Martin Storsjö
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=4210df0c-2d44-49ef-84f2-3ea856a72bcd@gmail.com \ --to=jamrial@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /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