GNOME Bugzilla – Bug 141620
Byteswapping is not optimized on P4
Last modified: 2004-12-22 21:47:04 UTC
This bug has been reported in the Debian BTS: http://bugs.debian.org/246330 "GUINT32_SWAP_LE_BE_IA32 does not use bswap when compiling for P4. Fix (should also work for glib-2.2.3 in Sid)"
Created attachment 27296 [details] [review] patch from Gabor Gombas <gombasg@sztaki.hu>
Thanks for noticing. 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.