SSE2: Ensure correct allocator is used
This commit is contained in:
parent
f51843a721
commit
92d00936aa
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@
|
|||
# endif // NLMISC_HEAP_ALLOCATION_NDEBUG
|
||||
#endif // NL_USE_DEFAULT_MEMORY_MANAGER
|
||||
|
||||
#ifndef NL_OV_USE_NEW_ALLOCATOR
|
||||
# ifdef NL_HAS_SSE2
|
||||
# define NL_OV_USE_NEW_ALLOCATOR
|
||||
# endif // NL_HAS_SSE2
|
||||
#endif // NL_OV_USE_NEW_ALLOCATOR
|
||||
|
||||
namespace NLMISC {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue