On 03.06.25 10:01, Yura Sokolov wrote:
> Will it mean we can implement atomics in term of C11 atomics?
> Aside for VS 2019, which has no support for. (But VS 2022 already has.)
> So instead of numerous variants we could just differ VS2019 vs plain C11.
I wrote:
"""
GCC details: The oldest gcc version that we currently need to support is
gcc 4.8, which comes with RHEL 7. As alluded to above, some C11
features came later with gcc 4.9, specifically generic, threads, and
atomics. I think it would still be useful to move forward without those
features.
"""
So there is additional homework to do there.