On Sep 12, 2009, at 3:37 PM, Daniel Dunbar wrote: > On Fri, Sep 11, 2009 at 6:23 PM, Nick Kledzik <kledzik at apple.com> > wrote: >> +// >> +// extern uint32_t __bswapsi2(uint32_t); >> +// >> +// Reverse all the bits in a 32-bit integer. >> +// > > bits -> bytes I presume. Fixed in 81686. -Nick