Cycles: Move SIMD utility functions into its own file.

Recently added SSE macros for noise texture can be moved here as well, but I leave this for later.
This commit is contained in:
Thomas Dinges
2013-12-27 21:30:03 +01:00
parent 42044a96e4
commit 1578b55c27
4 changed files with 89 additions and 61 deletions

View File

@@ -21,6 +21,7 @@
#include "util_debug.h"
#include "util_math.h"
#include "util_simd.h"
#include "util_types.h"
CCL_NAMESPACE_BEGIN