Turn off USE_SIMD, nw

This commit is contained in:
Ryan Holtz 2013-06-09 06:08:56 +00:00
parent 63a76589d1
commit 088db83bc2

View File

@ -16,7 +16,7 @@
#ifndef __RSP_H__
#define __RSP_H__
#define USE_SIMD (1)
#define USE_SIMD (0)
#if USE_SIMD
#include <tmmintrin.h>