mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
compile fix.
This commit is contained in:
parent
2d27499625
commit
daebe3ac43
@ -103,4 +103,5 @@
|
||||
#else
|
||||
#define ALIGN16_const_vector_short(name) const short name[8] __attribute__ ((aligned (16)))
|
||||
#define ALIGN16_const_vector_uchar(name) const unsigned char name[16] __attribute__ ((aligned (16)))
|
||||
#endif ! XP_WIN32 && _M_IX86 && !__GNUC
|
||||
#endif /* ! XP_WIN32 && _M_IX86 && !__GNUC */
|
||||
|
||||
|
@ -118,8 +118,8 @@ typedef short JCOEF;
|
||||
#if defined(__GNUC__) && defined(__i386__)
|
||||
#if defined(XP_MACOSX)
|
||||
#define HAVE_SSE2_INTRINSICS
|
||||
#endif ! XP_MACOSX
|
||||
#endif ! GNUC && i386
|
||||
#endif /* ! XP_MACOSX */
|
||||
#endif /* ! GNUC && i386 */
|
||||
|
||||
/* Add support for other platforms here */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user