Files
semi-libc/src
Rich Felker c89862660b optimize ntohl etc. in terms of bswap functions
we can do this without violating the namespace now that they are
macros/inline functions rather than extern functions. the motivation
is that gcc was generating giant, slow, horrible code for the old
functions, and now generates a single byte-swapping instruction.
2011-04-12 13:13:27 -04:00
..
2011-04-08 12:16:24 -04:00
2011-04-11 01:58:14 -04:00
2011-02-12 00:22:29 -05:00
2011-04-08 11:56:52 -04:00