Previous | 199869 Revisions | Next |
r25450 Saturday 28th September, 2013 at 05:14:23 UTC by Ryan Holtz |
---|
Erroneous commit, nw |
[src/emu/cpu/rsp] | rsp.h |
r25449 | r25450 | |
---|---|---|
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 |