check for __pentium4__ when deciding whether to use bswap for

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.
This commit is contained in:
Manish Singh
2004-05-02 10:55:08 +00:00
committed by Manish Singh
parent a23e28657d
commit 919df0b3bf
7 changed files with 31 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
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