cvs commit: src/lib/msun/src k_rem_pio2.c k_rem_pio2f.c

Bruce Evans bde at FreeBSD.org
Sat Jan 19 12:02:56 PST 2008


bde         2008-01-19 20:02:55 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         k_rem_pio2.c k_rem_pio2f.c 
  Log:
  Use STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel_rem_pio2f()
  instead of a volatile cast hack for the float version only.  The cast
  hack broke with gcc-4, but this was harmless since the float version
  hasn't been used for a few years.  Merge from the float version so
  that the double version has a chance of working on i386 with extra
  precision.
  
  See k_rem_pio2f.c rev.1.8 for the original hack.
  
  Convert to _FBSDID().
  
  Revision  Changes    Path
  1.8       +5 -3      src/lib/msun/src/k_rem_pio2.c
  1.9       +5 -4      src/lib/msun/src/k_rem_pio2f.c


More information about the cvs-all mailing list