This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/intern
Sergey Sharybin 008da0ff5e Cycles: Use aligned blender allocator when using guarded allocation
This way we solve possible issues caused by regular allocator not being aware of
some classes preferring 16 bytes alignment needed for SSE to work properly. This
caused random crashes during rendering.

Now we always use aligned allocation in GuardedAllocator which shouldn't be any
measurable performance impact and the code is only used by developers after
defining special symbol, so there is no impact on release builds at all.
2015-06-27 21:07:43 +02:00
..
2014-07-01 09:36:28 +10:00
2015-05-20 14:12:22 +10:00
2015-03-19 15:41:41 +11:00
2015-05-20 14:12:22 +10:00
2014-07-18 11:55:59 +10:00
2014-03-22 14:41:38 +02:00
2014-10-07 15:47:32 -05:00
2014-10-07 15:47:32 -05:00