das         2008-03-30 21:21:53 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/amd64       Makefile.inc 
    lib/msun/i387        Makefile.inc 
  Added files:
    lib/msun/amd64       e_remainderl.S s_remquol.S 
    lib/msun/i387        e_remainderl.S s_remquol.S 
  Log:
  Add assembly versions of remquol() and remainderl().
  
  Revision  Changes    Path
  1.10      +4 -2      src/lib/msun/amd64/Makefile.inc
  1.1       +48 -0     src/lib/msun/amd64/e_remainderl.S (new)
  1.1       +62 -0     src/lib/msun/amd64/s_remquol.S (new)
  1.13      +3 -2      src/lib/msun/i387/Makefile.inc
  1.1       +48 -0     src/lib/msun/i387/e_remainderl.S (new)
  1.1       +63 -0     src/lib/msun/i387/s_remquol.S (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to