[Bf-blender-cvs] [6045de2] master: Cycles: remove ccl_align macro for GPU as unused and unsupported in OpenCL

Sv. Lockal noreply at git.blender.org
Sun Mar 2 09:46:32 CET 2014


Commit: 6045de2bf5a13066d10148ae558071f474aaf6ee
Author: Sv. Lockal
Date:   Sun Mar 2 12:44:52 2014 +0400
https://developer.blender.org/rB6045de2bf5a13066d10148ae558071f474aaf6ee

Cycles: remove ccl_align macro for GPU as unused and unsupported in OpenCL

===================================================================

M	intern/cycles/util/util_types.h

===================================================================

diff --git a/intern/cycles/util/util_types.h b/intern/cycles/util/util_types.h
index 241da40..20d575e 100644
--- a/intern/cycles/util/util_types.h
+++ b/intern/cycles/util/util_types.h
@@ -65,8 +65,6 @@
 
 #endif
 
-#else
-#define ccl_align(...)
 #endif
 
 /* Standard Integer Types */




More information about the Bf-blender-cvs mailing list