+Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
+
+ * glib/gtypes.h: check for __pentium4__ when deciding whether to
+ use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
+
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
+Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
+
+ * glib/gtypes.h: check for __pentium4__ when deciding whether to
+ use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
+
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
+Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
+
+ * glib/gtypes.h: check for __pentium4__ when deciding whether to
+ use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
+
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
+Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
+
+ * glib/gtypes.h: check for __pentium4__ when deciding whether to
+ use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
+
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
+Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
+
+ * glib/gtypes.h: check for __pentium4__ when deciding whether to
+ use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
+
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
+Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
+
+ * glib/gtypes.h: check for __pentium4__ when deciding whether to
+ use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
+
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
__v; }))
# if !defined (__i486__) && !defined (__i586__) \
&& !defined (__pentium__) && !defined (__i686__) \
- && !defined (__pentiumpro__)
+ && !defined (__pentiumpro__) && !defined (__pentium4__)
# define GUINT32_SWAP_LE_BE_IA32(val) \
(__extension__ \
({ register guint32 __v, __x = ((guint32) (val)); \