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:
authorStefan Werner <stefan.werner@tangent-animation.com>2018-11-07 16:04:22 +0300
committerStefan Werner <stefan.werner@tangent-animation.com>2018-11-07 16:04:22 +0300
commitd3dd3739f6fe1ba640cdcad12d6bf4da6b356c59 (patch)
tree74c8e1bbda5c52f0e76bfb5fa976a31cdcf8a6f1
parente96986fa47fe98a73227baa78dd51eb49128e4db (diff)
Cycles: Fixed a warning.
-rw-r--r--intern/cycles/util/util_types_float8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_types_float8.h b/intern/cycles/util/util_types_float8.h
index 64ec5a71355..a91fddb2038 100644
--- a/intern/cycles/util/util_types_float8.h
+++ b/intern/cycles/util/util_types_float8.h
@@ -37,7 +37,7 @@ CCL_NAMESPACE_BEGIN
#ifndef __KERNEL_GPU__
-struct ccl_try_align(16) float8 {
+struct ccl_try_align(32) float8 {
#ifdef __KERNEL_AVX2__
union {
__m256 m256;