thread.cpp
448 Bytes
-
Allow to use __thread locals and pthread_locals. · 5c654597
The __thread implementation of thread local, static variables seems more efficient, so we activate this by default. If it is (for some reason) not available/slower than the pthread version, one can toggle it for the specific system/processor later on using macros.
FritzFlorian committed