cvs commit: src/sys/amd64/include ieeefp.h

Bruce Evans bde at FreeBSD.org
Fri Jan 11 06:11:47 PST 2008


bde         2008-01-11 14:11:46 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    ieeefp.h 
  Log:
  Fix some style bugs:
  - fix a previous style fix: shifts should be in the correct direction even
    if they are null.
  - restore a comment about namespace pollution from floatingpoint.h 1.12 and
    update it.
  - remove unused namespace pollution FP_*REG.
  - improve some comments.
  - sort macro definitions for entry points.
  - don't use underscores for macro args.
  
  Revision  Changes    Path
  1.18      +25 -24    src/sys/amd64/include/ieeefp.h


More information about the cvs-all mailing list