cvs commit: src/lib/msun/i387 Makefile.inc e_atan2.S e_atan2f.S s_atan.S

David Schultz das at FreeBSD.org
Mon Feb 21 16:04:24 GMT 2005


das         2005-02-21 16:04:23 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/i387        Makefile.inc 
  Removed files:
    lib/msun/i387        e_atan2.S e_atan2f.S s_atan.S 
  Log:
  Remove the i387 versions of atan(), atan2(), and atan2f().
  They are slower than the MI routines on modern hardware,
  except for degenerate cases such as the Pentium 4.
  
  PR:             67469
  
  Revision  Changes    Path
  1.4       +3 -3      src/lib/msun/i387/Makefile.inc
  1.8       +0 -44     src/lib/msun/i387/e_atan2.S (dead)
  1.3       +0 -15     src/lib/msun/i387/e_atan2f.S (dead)
  1.7       +0 -44     src/lib/msun/i387/s_atan.S (dead)


More information about the cvs-all mailing list