[Bf-blender-cvs] [8587692] master: Cleanup: Remove ToDo comment.

Thomas Dinges noreply at git.blender.org
Mon Oct 26 11:52:53 CET 2015


Commit: 85876923bf8dd27c7225fe3ddf044acee4478eb5
Author: Thomas Dinges
Date:   Sun Oct 25 20:54:26 2015 +0100
Branches: master
https://developer.blender.org/rB85876923bf8dd27c7225fe3ddf044acee4478eb5

Cleanup: Remove ToDo comment.

I don't see how this could conflict, madd() in util_ssef.h has a different function signature.

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

M	intern/cycles/util/util_math_fast.h

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

diff --git a/intern/cycles/util/util_math_fast.h b/intern/cycles/util/util_math_fast.h
index c1a1be6..867de78 100644
--- a/intern/cycles/util/util_math_fast.h
+++ b/intern/cycles/util/util_math_fast.h
@@ -47,7 +47,6 @@
 
 CCL_NAMESPACE_BEGIN
 
-/* TODO(sergey): Make sure it does not conflict with SSE intrinsics. */
 ccl_device_inline float madd(const float a, const float b, const float c)
 {
 	/* NOTE: In the future we may want to explicitly ask for a fused




More information about the Bf-blender-cvs mailing list