Cycles: Fixed a warning.

This commit is contained in:
Stefan Werner 2018-11-07 14:04:22 +01:00
parent e96986fa47
commit d3dd3739f6
1 changed files with 1 additions and 1 deletions

View File

@ -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;