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:
Ozkan Sezer
2024-11-17 17:55:32 +03:00
parent bee8874629
commit 3ee780ce9c
4 changed files with 54 additions and 52 deletions

View File

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