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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-15 18:29:22 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-15 18:29:22 +0400
commitd9e52ac98b74e2be3186f448177c84772f928871 (patch)
tree5eafa1ef21ca026e4b9932dee3d7ad3f0c51f42b /intern/cycles/kernel/kernel_compat_cpu.h
parent8af782ad22c42654d23ca6379f105af8d98956cc (diff)
Code cleanup: move half float functions to separate header file.
Diffstat (limited to 'intern/cycles/kernel/kernel_compat_cpu.h')
-rw-r--r--intern/cycles/kernel/kernel_compat_cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernel_compat_cpu.h b/intern/cycles/kernel/kernel_compat_cpu.h
index 2b786bce0de..ce597a87315 100644
--- a/intern/cycles/kernel/kernel_compat_cpu.h
+++ b/intern/cycles/kernel/kernel_compat_cpu.h
@@ -20,6 +20,7 @@
#define __KERNEL_CPU__
#include "util_debug.h"
+#include "util_half.h"
#include "util_math.h"
#include "util_simd.h"
#include "util_types.h"