Fix build error with WITH_CYCLES_NATIVE_ONLY and recent AVX2 changes.

This commit is contained in:
Brecht Van Lommel
2016-10-12 17:35:03 +02:00
parent 5f16382195
commit 21e65d7457

View File

@@ -45,6 +45,7 @@
# define __KERNEL_AVX__ # define __KERNEL_AVX__
# endif # endif
# ifdef __AVX2__ # ifdef __AVX2__
# define __KERNEL_SSE__
# define __KERNEL_AVX2__ # define __KERNEL_AVX2__
# endif # endif
#endif #endif