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
1 changed files with 1 additions and 0 deletions

View File

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