Summary: | profiles: CPU_FLAGS_ARM: add DOTPROD flag | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonardo Hernández Hernández <leohdz172> |
Component: | Profiles | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arm64, chewi |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=917278 https://github.com/gentoo/gentoo/pull/34542 |
||
Whiteboard: | arm: HWCAP_ASIMDDP (1 << 24) ; arm64: HWCAP_ASIMDDP (1 << 20) | ||
Package list: | Runtime testing required: | --- |
Description
Leonardo Hernández Hernández
2023-11-13 05:35:29 UTC
Would that be: asimddp ARMv8.2-DotProd SIMD Dot Product ? Yep, confirmed it with ARM's reference manual, ffmpeg code and kernel code. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d994daa1b9aff25c0b9401385ea357e18bc34c commit c3d994daa1b9aff25c0b9401385ea357e18bc34c Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2023-12-29 17:56:01 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-01-02 16:44:03 +0000 profiles/desc: Add cpu_flags_arm_asimddp Closes: https://bugs.gentoo.org/917277 Signed-off-by: Michał Górny <mgorny@gentoo.org> profiles/desc/cpu_flags_arm.desc | 1 + 1 file changed, 1 insertion(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e927b6952e9365d5bc8547a8cb11d81e0679304 commit 9e927b6952e9365d5bc8547a8cb11d81e0679304 Author: Leonardo Hernández Hernández <leohdz172@proton.me> AuthorDate: 2024-01-06 17:33:39 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-14 04:50:07 +0000 media-video/ffmpeg: add CPU_FLAGS_ARM_{I8MM,ASIMDDP} Bug: https://bugs.gentoo.org/917277 Bug: https://bugs.gentoo.org/917278 Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/34689 Signed-off-by: Sam James <sam@gentoo.org> media-video/ffmpeg/ffmpeg-6.1.1-r1.ebuild | 4 ++-- media-video/ffmpeg/ffmpeg-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) |