mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
compile fix since not all have SSE3 enabled (nw)
This commit is contained in:
parent
54eaeea942
commit
83f923e463
@ -16,7 +16,7 @@
|
|||||||
#ifndef __RSP_H__
|
#ifndef __RSP_H__
|
||||||
#define __RSP_H__
|
#define __RSP_H__
|
||||||
|
|
||||||
#define USE_SIMD (1)
|
#define USE_SIMD (0)
|
||||||
#define SIMUL_SIMD (1)
|
#define SIMUL_SIMD (1)
|
||||||
|
|
||||||
#if USE_SIMD
|
#if USE_SIMD
|
||||||
|
Loading…
Reference in New Issue
Block a user