Cycles: Enable SSE options of math module for AVX2 kernels
Currently this does not give measurable difference, but is required ground work for some upcoming further optimization of AVX2 kernels.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
/* SSE optimization disabled for now on 32 bit, see bug #36316 */
|
||||
#if !(defined(__GNUC__) && (defined(i386) || defined(_M_IX86)))
|
||||
# define __KERNEL_SSE__
|
||||
# define __KERNEL_SSE2__
|
||||
# define __KERNEL_SSE3__
|
||||
# define __KERNEL_SSSE3__
|
||||
|
Reference in New Issue
Block a user