From d3dd3739f6fe1ba640cdcad12d6bf4da6b356c59 Mon Sep 17 00:00:00 2001 From: Stefan Werner Date: Wed, 7 Nov 2018 14:04:22 +0100 Subject: Cycles: Fixed a warning. --- intern/cycles/util/util_types_float8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3