[FFmpeg-devel] [PATCH 01/23] compat: drop gcc, suncc, and pthreads stdatomic emulation
Anton Khirnov
anton at khirnov.net
Sun Sep 15 23:44:02 EEST 2024
Quoting James Almer (2024-09-15 22:31:47)
> On 9/14/2024 7:45 AM, Anton Khirnov wrote:
> > Since we now require a C11-compliant compiler, there should be no
> > supported configurations where any of these is used.
> > ---
> > compat/atomics/gcc/stdatomic.h | 173 -------------------------
> > compat/atomics/pthread/stdatomic.c | 39 ------
> > compat/atomics/pthread/stdatomic.h | 197 -----------------------------
> > compat/atomics/suncc/stdatomic.h | 186 ---------------------------
>
> Is there any SunCC version we support now? Because there's a lot of
> bitrotting checks for it in configure.
Latest Oracle studio documentation does mention C11 support, so in
theory it should provide native atomics. No idea about those other
checks.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list