Cycles / SSE2:

* kernel_sse2 was built without actual SSE2 intrinsics on x86 systems.
This commit is contained in:
Thomas Dinges
2013-06-26 22:12:23 +00:00
parent 329b832dc2
commit 15f5da4cd4
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@
#ifdef WITH_OPTIMIZED_KERNEL
#define __KERNEL_SSE2__
#include "kernel.h"
#include "kernel_compat_cpu.h"
#include "kernel_math.h"