From 0438827ba5cb01583203513e3f7d2ad615d9e518 Mon Sep 17 00:00:00 2001 From: mfeemster Date: Tue, 9 Dec 2014 20:15:44 -0800 Subject: [PATCH] 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. --- Data/Version History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Data/Version History.txt b/Data/Version History.txt index b334a77..e029d4e 100644 --- a/Data/Version History.txt +++ b/Data/Version History.txt @@ -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