diff options
author | Manish Singh <yosh@gimp.org> | 2004-05-02 10:55:08 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-05-02 10:55:08 +0000 |
commit | 919df0b3bf0d17bc51484e9bf4758d4041396af7 (patch) | |
tree | 3f06c1e0bcabebb3a227fef5739f69d706226688 /ChangeLog.pre-2-4 | |
parent | a23e28657d7fcf50c5205dbb4ef59c447d59b3d1 (diff) |
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.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3bc3c983a..877a9bb55 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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 |