Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2015-02-14 22:57:21 +0300
committerThomas Dinges <blender@dingto.org>2015-02-14 22:57:21 +0300
commit354cf76803de2ef3f3c4f1f13c3c294041fa2881 (patch)
tree9f09fc4e08e42e96760b5a27069c259d95b4001c /intern/cycles/util/util_ssef.h
parentd979f39cf1e7bed3e82563908e5248afd544dd89 (diff)
Cleanup: Comment block for sse helpers.
Diffstat (limited to 'intern/cycles/util/util_ssef.h')
-rw-r--r--intern/cycles/util/util_ssef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/cycles/util/util_ssef.h b/intern/cycles/util/util_ssef.h
index 80911cd7282..a9503d60979 100644
--- a/intern/cycles/util/util_ssef.h
+++ b/intern/cycles/util/util_ssef.h
@@ -580,6 +580,10 @@ ccl_device_inline const ssef set_sign_bit(const ssef &a)
return a ^ cast(ssei(S1 << 31, S2 << 31, S3 << 31, S4 << 31));
}
+////////////////////////////////////////////////////////////////////////////////
+/// Debug Functions
+////////////////////////////////////////////////////////////////////////////////
+
ccl_device_inline void print_ssef(const char *label, const ssef &a)
{
printf("%s: %.8f %.8f %.8f %.8f\n",