Change #264693
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 19:19:51 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 17646836686369ea5bea1c71c488b94f7c7c775a |
Comments
swscale/ops_backend: disable FP contraction where possible In particular, Clang defaults to FP contraction enabled. GCC defaults to off in standard C mode (-std=c11), but the C standard does not actually require any particular default. The #pragma STDC pragma, despite its name, warns on anything except Clang. Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22796 See-also: https://discourse.llvm.org/t/fp-contraction-fma-on-by-default/64975 Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_backend.c