Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #254124

Category ffmpeg
Changed by Martin Storsjö <martinohnoyoudont@martin.st>
Changed at Sun 04 Jan 2026 15:49:30
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision d4e5c08e18b9fb2e263fddf22d2f673934fa066b

Comments

configure: Use a different aarch64 feature in Clang workaround
We use a dummy aarch64 feature to work around an issue in older
Clang, where an .arch line such as ".arch armv8.2-a" doesn't take
effect immediately, while one like ".arch armv8.2-a+feature" works.

Previously, we used "crc" for this dummy feature to add (as an
old feature that would be supported widely by old toolchains).
But as we may want to actually use crc features and detect whether
they are supported, we may want to switch to another feature.

Use the "fp" feature instead, for the purposes of this extra
feature in the .arch lines. (The "fp" feature indicates floating
point support, which is implicitly part of the baseline feature
set anyway.)

Changed files