Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 10:39:47 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include floatingpoint.h
Message-ID:  <200206011739.g51Hdlu07335@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/06/01 10:39:46 PDT

  Modified files:
    sys/i386/include     floatingpoint.h 
  Log:
  Fixed the return value of fpsetmask().  The API requires inversion of the
  mask on both input and output to fpsetmask(), but this was only done for
  input, so fpsetmask() returned the complement of the old mask (ANDed with
  the mask bitfield).
  
  PR:             38170
  MFC after:      4 weeks
  
  Revision  Changes    Path
  1.12      +2 -1      src/sys/i386/include/floatingpoint.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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