You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
embree: Update to 4.3.1
This commit is contained in:
committed by
Jakub Marcowski
parent
d2f9245ddc
commit
c43eab55a4
2
thirdparty/embree/kernels/common/alloc.cpp
vendored
2
thirdparty/embree/kernels/common/alloc.cpp
vendored
@@ -10,7 +10,7 @@
|
||||
namespace embree
|
||||
{
|
||||
__thread FastAllocator::ThreadLocal2* FastAllocator::thread_local_allocator2 = nullptr;
|
||||
SpinLock FastAllocator::s_thread_local_allocators_lock;
|
||||
MutexSys FastAllocator::s_thread_local_allocators_lock;
|
||||
std::vector<std::unique_ptr<FastAllocator::ThreadLocal2>> FastAllocator::s_thread_local_allocators;
|
||||
|
||||
struct fast_allocator_regression_test : public RegressionTest
|
||||
|
||||
Reference in New Issue
Block a user