compile fix since not all have SSE3 enabled (nw)

This commit is contained in:
Miodrag Milanovic 2014-03-25 11:10:35 +00:00
parent 54eaeea942
commit 83f923e463

View File

@ -16,7 +16,7 @@
#ifndef __RSP_H__
#define __RSP_H__
#define USE_SIMD (1)
#define USE_SIMD (0)
#define SIMUL_SIMD (1)
#if USE_SIMD