We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9003ee6 commit 283bff7Copy full SHA for 283bff7
1 file changed
src/threadpool-atomics.h
@@ -142,7 +142,7 @@ static inline void pthreadpool_thread_join(
142
* i.e. two or more atomic variables sharing the same cache line will block
143
* each other during atomic operations.
144
*/
145
-typedef atomic_uint_fast32_t PTHREADPOOL_CACHELINE_ALIGNED
+typedef atomic_uint_least32_t PTHREADPOOL_CACHELINE_ALIGNED
146
pthreadpool_atomic_uint32_t;
147
typedef atomic_int_least32_t PTHREADPOOL_CACHELINE_ALIGNED
148
pthreadpool_atomic_int32_t;
0 commit comments