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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to