mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +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__
|
||||
#define __RSP_H__
|
||||
|
||||
#define USE_SIMD (1)
|
||||
#define USE_SIMD (0)
|
||||
#define SIMUL_SIMD (1)
|
||||
|
||||
#if USE_SIMD
|
||||
|
Loading…
Reference in New Issue
Block a user