From 354cf76803de2ef3f3c4f1f13c3c294041fa2881 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 14 Feb 2015 20:57:21 +0100 Subject: Cleanup: Comment block for sse helpers. --- intern/cycles/util/util_ssef.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'intern/cycles/util/util_ssef.h') 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", -- cgit v1.2.3