Cycles / SSE2:
* kernel_sse2 was built without actual SSE2 intrinsics on x86 systems.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
#ifdef WITH_OPTIMIZED_KERNEL
|
||||
|
||||
#define __KERNEL_SSE2__
|
||||
|
||||
#include "kernel.h"
|
||||
#include "kernel_compat_cpu.h"
|
||||
#include "kernel_math.h"
|
||||
|
@@ -108,6 +108,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* SSE2 is available on x64 and SSE3 CPUs, so enable here as well */
|
||||
#ifndef __KERNEL_SSE2__
|
||||
#define __KERNEL_SSE2__
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user