1. 13 4月, 2011 1 次提交
    • R
      optimize ntohl etc. in terms of bswap functions · c8986266
      Rich Felker 提交于
      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.
      c8986266
  2. 12 2月, 2011 1 次提交