mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-22 22:11:55 +00:00
build system: disable 3dNow! support by default
Closes: https://github.com/libsdl-org/SDL/issues/11472.
(cherry picked from commit 51570d9257)
This commit is contained in:
parent
bee8874629
commit
3ee780ce9c
4 changed files with 54 additions and 52 deletions
|
|
@ -53,9 +53,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