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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-10-12 14:03:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-10-12 14:54:13 +0300
commit6a4ec3ca43b3aaade29a3642f3c6a6138b89e4b8 (patch)
tree219f6097b86f1e82dc2919aadbfecb65a3372560 /intern/cycles/util/util_simd.h
parentfa62a989b4d66e58dc21bd319f9adc84bdd8721e (diff)
Cycles: Add new avxf vectorized data type
Based on existing ssef data type and to my knowledge it's also what happens in Embree nowadays. Inspired by Maxym Dmytrychenko and required for the upcoming triangle intersection commit. Hopefully the copyright message is correct.
Diffstat (limited to 'intern/cycles/util/util_simd.h')
-rw-r--r--intern/cycles/util/util_simd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_simd.h b/intern/cycles/util/util_simd.h
index 8d4d79068d6..f4f460d6cf6 100644
--- a/intern/cycles/util/util_simd.h
+++ b/intern/cycles/util/util_simd.h
@@ -455,6 +455,7 @@ CCL_NAMESPACE_END
#include "util_sseb.h"
#include "util_ssei.h"
#include "util_ssef.h"
+#include "util_avxf.h"
#endif /* __UTIL_SIMD_TYPES_H__ */