Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 09:21:03 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/amd64/gen fabs.S modf.S
Message-ID:  <200304301621.h3UGL3Kl034314@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2003/04/30 09:21:03 PDT

  FreeBSD src repository

  Added files:
    lib/libc/amd64/gen   fabs.S modf.S 
  Log:
  Floating point libc functions traditionally written in ASM.
  AMD64 does away with the x87 in 64-bit long mode, so we have to play the
  SSE/SSE2 game now.
  
  Obtained from:  NetBSD/x86-64
  
  Revision  Changes    Path
  1.1       +18 -0     src/lib/libc/amd64/gen/fabs.S (new)
  1.1       +95 -0     src/lib/libc/amd64/gen/modf.S (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304301621.h3UGL3Kl034314>