Summary: | media-libs/x264 runtime crashes with CPU_FLAGS_PPC=altivec on POWER9 ppc64le | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nick Bowler <nbowler> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | nbowler |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | PPC64 | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=764863 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nick Bowler
2024-10-10 01:34:29 UTC
I tested a bit more: - The crash occurs with all versions currently in the gentoo repo. - The crash occurs only if x264 is built with -mcpu=power9 in CFLAGS. - Even with -mcpu=power9, the crash does not occur if I remove -O2 from CFLAGS (causing the build to use the upstream default of -O3). - The crash also does not occur if x264 is built with CFLAGS="-O2 -mcpu=power9 -mno-power9-vector". |