build system: disable 3dNow! support by default

Closes: https://github.com/libsdl-org/SDL/issues/11472.
This commit is contained in:
Ozkan Sezer 2024-11-17 17:55:32 +03:00
parent d1af211010
commit 51570d9257
4 changed files with 54 additions and 52 deletions

View file

@ -59,9 +59,11 @@ _m_prefetch(void *__P)
#ifndef __MMX__
#define __MMX__
#endif
/*
#ifndef __3dNOW__
#define __3dNOW__
#endif
*/
#endif
#ifndef __SSE__
#define __SSE__