tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] C11 __STD_NO_THREADS__ and __STD_NO_ATOMICS__ are not def


From: UnknownGamer40464 .
Subject: [Tinycc-devel] C11 __STD_NO_THREADS__ and __STD_NO_ATOMICS__ are not defined
Date: Thu, 9 Jan 2020 23:43:53 -0500

These macros do not appear to be defined by the compiler, resulting in code that selects for custom implementations instead using the nonexistent standard versions anyways, despite the compiler not supporting either one.

Without these definitions, I can't have TCC select for a custom implementation of the C11 threading or atomics API.

Would it be possible to have the compiler define them?

Also thanks for all your work so far keeping TCC alive.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]