libcubescript/include
Daniel Kolesa 12bd267efc implement atomic variable storage
Variable values are global, and can be accessed concurrently
from different cubescript threads. Make storage of var values
atomic so that it is safe to do so. This is done with a simple
load-store wrapper. It does not do any other operations on the
values, so we can handle floats and pointers this way as well.
Floats are simply stored in the smallest integer type that can
fully fit the float.
2022-04-21 04:08:44 +02:00
..
cubescript implement atomic variable storage 2022-04-21 04:08:44 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00