mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
Change CHOOSE_XFORM_GRAIN to be 16384, so we can & with 16383 instead of using modulo. This results in a 9% speed increase on the CPU.
This commit is contained in:
parent
7abecaf7be
commit
0438827ba5
@ -10,6 +10,7 @@
|
||||
--Code Changes
|
||||
Break RendererBase::MemoryRequired() into two functions, it and HistMemRequired() and return a tuple.
|
||||
Add GlobalMemSize() and MaxAllocSize() functions in OpenCLWrapper.
|
||||
Change CHOOSE_XFORM_GRAIN to be 16384, so we can & with 16383 instead of using modulo when selecting an xform. This results in a 9% speed increase on the CPU.
|
||||
|
||||
0.4.1.6 Beta 11/29/2014
|
||||
--User Changes
|
||||
|
Loading…
Reference in New Issue
Block a user