]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/__setfpucw.3
ffix
[thirdparty/man-pages.git] / man3 / __setfpucw.3
index 93fcc02f13f60a4a9f61f1e8234681966d6cdf9b..775380107cfaf33a1bbd3e49a0a67cbdef0b20d9 100644 (file)
@@ -8,7 +8,6 @@ __setfpucw \- set fpu control word on i386 architecture (obsolete)
 .B #include <i386/fpu_control.h>
 .sp
 .BI "void __setfpucw((unsigned short) " control_word );
-.br
 .SH DESCRIPTION
 .BR __setfpucw ()
 transfers
@@ -17,7 +16,6 @@ to the registers of the fpu (floating point unit) on i386 architecture. This
 was used to control floating point precision, rounding and floating point 
 exceptions.
 .SH EXAMPLE
-
 .BR __setfpucw(0x1372)
 
 Set fpu control word on i386 architecture to
@@ -27,7 +25,6 @@ Set fpu control word on i386 architecture to
      \- rounding to nearest
 .br     
      \- exceptions on overflow, zero divide and NaN
-.br 
 .SH AVAILABILITY
 As of glibc 2.1 this function does not exist anymore.
 There are new functions from C99, with prototypes in