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

Peter Wemm peter at FreeBSD.org
Mon Jul 21 23:50:36 PDT 2003


peter       2003/07/21 23:50:34 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/include    npx.h 
  Log:
  Go back to 64 bit precision for fadd/fsub/fsqrt etc.  This is because on
  AMD64, gcc (and the ABI) expects the x87 unit to be running in 80/64
  mode (not 64/53) so that it can use it for 'long double' operations.  It
  takes the expected precision differences into account when generating
  code.
  
  Revision  Changes    Path
  1.29      +9 -8      src/sys/amd64/include/npx.h


More information about the cvs-all mailing list