diff options
Diffstat (limited to 'sysdeps/ia64/bits/byteswap.h')
-rw-r--r-- | sysdeps/ia64/bits/byteswap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/ia64/bits/byteswap.h b/sysdeps/ia64/bits/byteswap.h index afcb1747e3..d728b64c2c 100644 --- a/sysdeps/ia64/bits/byteswap.h +++ b/sysdeps/ia64/bits/byteswap.h @@ -49,8 +49,6 @@ (((x) & 0x0000ff00) << 8) | (((x) & 0x000000ff) << 24)) #if defined __GNUC__ && __GNUC__ >= 2 -/* To swap the bytes in a word the i486 processors and up provide the - `bswap' opcode. On i386 we have to use three instructions. */ # define __bswap_32(x) \ (__extension__ \ ({ register unsigned int __v; \ |