Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 23:46:17 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/amd64/gen Makefile.inc fpgetmask.c fpgetprec.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetprec.c fpsetround.c fpsetsticky.c
Message-ID:  <200307220646.h6M6kHHR048325@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/07/21 23:46:17 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/gen   Makefile.inc 
  Added files:
    lib/libc/amd64/gen   fpgetmask.c fpgetprec.c fpgetround.c 
                         fpgetsticky.c fpsetmask.c fpsetprec.c 
                         fpsetround.c fpsetsticky.c 
  Log:
  Instantiate explicit callable versions of the machine/ieeefp.h inlines
  for the use of non-GCC compilers and C++ code.
  
  Revision  Changes    Path
  1.23      +3 -1      src/lib/libc/amd64/gen/Makefile.inc
  1.1       +8 -0      src/lib/libc/amd64/gen/fpgetmask.c (new)
  1.1       +8 -0      src/lib/libc/amd64/gen/fpgetprec.c (new)
  1.1       +8 -0      src/lib/libc/amd64/gen/fpgetround.c (new)
  1.1       +8 -0      src/lib/libc/amd64/gen/fpgetsticky.c (new)
  1.1       +8 -0      src/lib/libc/amd64/gen/fpsetmask.c (new)
  1.1       +8 -0      src/lib/libc/amd64/gen/fpsetprec.c (new)
  1.1       +8 -0      src/lib/libc/amd64/gen/fpsetround.c (new)
  1.1       +8 -0      src/lib/libc/amd64/gen/fpsetsticky.c (new)



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