Merge.
commit
328dd553d8
|
|
@ -196,7 +196,7 @@ private:
|
|||
};
|
||||
|
||||
// ND: Typedefs for specialized versions. Using std::atomic_(u)int32_t to get the optimzed implementation.
|
||||
#ifndef LL_LINUX
|
||||
#ifdef LL_WINDOWS
|
||||
typedef LLAtomicBase<U32, std::atomic_uint32_t> LLAtomicU32;
|
||||
typedef LLAtomicBase<S32, std::atomic_int32_t> LLAtomicS32;
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ protected:
|
|||
void decrementDepth();
|
||||
U32 getDepth();
|
||||
private:
|
||||
#ifndef LL_LINUX
|
||||
#ifdef LL_WINDOWS
|
||||
std::atomic_uint32_t sIterationNestDepth;
|
||||
#else
|
||||
std::atomic_uint sIterationNestDepth;
|
||||
|
|
|
|||
Loading…
Reference in New Issue