| Previous | 199869 Revisions | Next |
| r23555 Sunday 9th June, 2013 at 06:08:56 UTC by Ryan Holtz |
|---|
| Turn off USE_SIMD, nw |
| [src/emu/cpu/rsp] | rsp.h |
| r23554 | r23555 | |
|---|---|---|
| 16 | 16 | #ifndef __RSP_H__ |
| 17 | 17 | #define __RSP_H__ |
| 18 | 18 | |
| 19 | #define USE_SIMD ( | |
| 19 | #define USE_SIMD (0) | |
| 20 | 20 | |
| 21 | 21 | #if USE_SIMD |
| 22 | 22 | #include <tmmintrin.h> |
| Previous | 199869 Revisions | Next |