mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
build system: disable 3dNow! support by default
Closes: https://github.com/libsdl-org/SDL/issues/11472.
This commit is contained in:
parent
d1af211010
commit
51570d9257
4 changed files with 54 additions and 52 deletions
|
|
@ -59,9 +59,11 @@ _m_prefetch(void *__P)
|
|||
#ifndef __MMX__
|
||||
#define __MMX__
|
||||
#endif
|
||||
/*
|
||||
#ifndef __3dNOW__
|
||||
#define __3dNOW__
|
||||
#endif
|
||||
*/
|
||||
#endif
|
||||
#ifndef __SSE__
|
||||
#define __SSE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue