Opened 2 years ago

Last modified 2 years ago

#11176 new defect

Compiling ffmpeg on Linux with clang 18/19 and -fveclib=mvec breaks the maths

Reported by: Alexandre Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

This is a crosspost of the following bug report: https://github.com/llvm/llvm-project/issues/107364

In short it seems that compiling ffmeg with -fveclib=mvec on Linux break the aac and vorbis decoder:
ffmpeg -i x.ogg x.wav -> x.wav sounds bad
ffmpeg -i x.m4a x.wav -> x.wav sounds bad

I imagine that the test suite should catch it.

Maybe you could help llvm devs to isolate a reproducible test case?

I've tested with ffmpeg 7.0.2

Change History (1)

comment:1 by Alexandre, 2 years ago

Summary: Compiling ffmpeg on Linux with -fveclib=mvec breaks the mathsCompiling ffmpeg on Linux with clang 18/19 and -fveclib=mvec breaks the maths
Note: See TracTickets for help on using tickets.