Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/gen



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.




Home | Main Index | Thread Index | Old Index