Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/09/2003 22:37:50
Module Name: src
Committed By: martin
Date: Sat Aug 9 22:37:50 UTC 2003
Modified Files:
src/lib/libc/gen: bswap64.c
Log Message:
Split into a 64 bit version (straight forward shifting and masking) and
a 32 bit one with two 32 bit operations with two temporaries later
combined.
This avoids the strict alias violating magic used before, thereby
probably fixing PR bin/22313.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/gen/bswap64.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.