Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 23:44:55 -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/sys/amd64/include ieeefp.h
Message-ID:  <200307220644.h6M6it34048155@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/amd64/include    ieeefp.h 
  Log:
  Extend the machine/ieeefp.h that was inherited from i386 to support
  the SSE mxcsr register as well.  Since gcc will intermix SSE2 and x87
  FP code, the fpsetround() etc mode had better be the same.
  
  There are hooks to enable these inlines to be instantiated inside libc
  for non-gcc or C++ callers. (g++ doesn't like the inlines that tried
  to extract an integer and convert it to an enum).
  
  Revision  Changes    Path
  1.9       +164 -54   src/sys/amd64/include/ieeefp.h



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