Commit 5c654597 by FritzFlorian

Allow to use __thread locals and pthread_locals.

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.
parent 3535cbd8
Pipeline #1145 passed with stages
in 3 minutes 36 seconds