Opened 3 months ago
Last modified 3 months ago
#11306 new defect
fate-rv40 fails on RVV
Reported by: | Rémi Denis-Courmont | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
Summary of the bug:
How to reproduce:
% make fate-rv40
Bissection leads to this:
95d1052fba671d6c4ab6727a6905a637d03211c7 is the first bad commit commit 95d1052fba671d6c4ab6727a6905a637d03211c7 (HEAD) Author: Rémi Denis-Courmont <remi@remlab.net> Date: Sat Nov 18 22:09:57 2023 +0200 lavu/riscv: add hwprobe() for CPU detection This adds the Linux-specific function call to detect CPU features. Unlike the more portable auxillary vector, this supports extensions other than single lettered ones. At this point, FFmpeg already needs this to detect Zba and Zbb at run-time, and probably will need it for Zvbb in the near future. Support will be available in glibc 2.40 onward. configure | 3 +++ libavutil/riscv/cpu.c | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+)
This commit is ostensibly a scapegoat. The broken optimisation presumably depends on the Bitmap extension, and was disabled in previous commits.
Change History (3)
comment:1 by , 3 months ago
Description: | modified (diff) |
---|
comment:2 by , 3 months ago
Note:
See TracTickets
for help on using tickets.
With B enabled in CFLAGS, bissection points the finger at:
...which seems a lot likelier culprit