Fix T52368: Cycles OSL trace() failing on Windows 32 bit.

This commit is contained in:
Brecht Van Lommel
2017-09-20 19:36:24 +02:00
parent 14223357e5
commit 18a353dd24

View File

@@ -25,6 +25,9 @@
#if defined(i386) || defined(_M_IX86)
/* We require minimum SSE2 support on x86, so auto enable. */
# define __KERNEL_SSE2__
# ifdef WITH_KERNEL_SSE2
# define WITH_CYCLES_OPTIMIZED_KERNEL_SSE2
# endif